Html Css Color HEX #981242 Lipstick

📋 copy color: '#981242'

red 152 ◦ green 18 ◦ blue 66

#981242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #981242

Tints of Lipstick #981242

RGB

 RED value IS 152 (59.77% from 255) = 64.41%

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 64.41%
G = 7.63%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981242 (or 0x981242) is known color: Lipstick. HEX triplet: 98, 12 and 42. RGB value is (152,18,66). Sum of RGB (Red+Green+Blue) = 152+18+66=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #981242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981242 is #67EDBD. Grayscale: #3F3F3F. Windows color (decimal): -6811070 or 4330136. OLE color: 4330136.

HSL color Cylindrical-coordinate representation of color #981242: hue angle of 338.51º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981242 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 66 -
CMYK 0 0.88 0.57 0.40
HSL 338.51º 0.79% 0.33% -
HSV(B) 338.51º 0.88% 0.6% -
XYZ 14.15 7.5 5.86 -
YUV 63.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 152 18 66 0 0.88 0.57 0.40 338.51 0.79 0.33
Hex 98 12 42 0 58 39 28 153 4F 21
Octal 230 22 102 0 130 71 50 523 117 41
Binary 10011000 10010 1000010 0 1011000 111001 101000 101010011 1001111 100001

Color Harmonies of #981242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981242

Black with #981242

Text Example


Text Example

White with #981242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981242; }

 p { color: rgb(152,18,66); }

 H1.HeaderClassName
 {
   color: #981242;
 }
 .AnyTagClassName
 {
   color: #981242;
 }
</style>

background-color css

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

 a { background-color: rgb(152,18,66); }

 div.DivClassName
 {
   background-color: #981242;
 }
 .BgClassName
 {
   background-color: #981242;
 }
</style>

border-color css

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

 span { border-color: rgb(152,18,66); }

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