#98174E

Color #98174E Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #98174E

Tints of Lipstick #98174E

Color information

#98174E (or 0x98174E) is unknown color: approx Lipstick. HEX triplet: 98, 17 and 4E. RGB value is (152,23,78). Sum of RGB (Red+Green+Blue) = 152+23+78=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98174E is #67E8B1. Grayscale: #434343. Windows color (decimal): -6809778 or 5117848. OLE color: 5117848.

HSL color Cylindrical-coordinate representation of color #98174E: hue angle of 334.42º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98174E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1522378-
CMYK00.850.490.40
HSL334.42º73.71%34.31%-
HSV(B)334.42º84.87%59.61%-
XYZ14.637.847.95-
YUV67.84133.74188.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=60.08%
G=9.09%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152237800.850.490.40334.4273.7134.31
Hex98174E055312814e4a22
Octal230271160125615051611242
Binary10011000101111001110010101011100011010001010011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98174E; }

 p { color: rgb(152,23,78); }

 H1.HeaderClassName
 {
   color: #98174E;
 }
 .AnyTagClassName
 {
   color: #98174E;
 }
</style>
background-color css

<style>
 a { background-color: #98174E; }

 a { background-color: rgb(152,23,78); }

 div.DivClassName
 {
   background-color: #98174E;
 }
 .BgClassName
 {
   background-color: #98174E;
 }
</style>
border-color css

<style>
 span { border-color: #98174E; }

 span { border-color: rgb(152,23,78); }

 td.TdClassName
 {
   border-color: #98174E;
 }
 .TagClassName
 {
   border-color: #98174E;
 }
</style>