Html Css Color HEX #961249 Lipstick

📋 copy color: '#961249'

red 150 ◦ green 18 ◦ blue 73

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

Shades of Lipstick #961249

Tints of Lipstick #961249

RGB

 RED value IS 150 (58.98% from 255) = 62.24%

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

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 62.24%
G = 7.47%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#961249 (or 0x961249) is known color: Lipstick. HEX triplet: 96, 12 and 49. RGB value is (150,18,73). Sum of RGB (Red+Green+Blue) = 150+18+73=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #961249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961249 is #69EDB6. Grayscale: #3F3F3F. Windows color (decimal): -6942135 or 4788886. OLE color: 4788886.

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

Color convert

RGB 150 18 73 -
CMYK 0 0.88 0.51 0.41
HSL 335º 0.79% 0.33% -
HSV(B) 335º 0.88% 0.59% -
XYZ 14 7.4 6.99 -
YUV 63.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 150 18 73 0 0.88 0.51 0.41 335 0.79 0.33
Hex 96 12 49 0 58 33 29 14F 4F 21
Octal 226 22 111 0 130 63 51 517 117 41
Binary 10010110 10010 1001001 0 1011000 110011 101001 101001111 1001111 100001

Color Harmonies of #961249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961249

Black with #961249

Text Example


Text Example

White with #961249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961249; }

 p { color: rgb(150,18,73); }

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

background-color css

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

 a { background-color: rgb(150,18,73); }

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

border-color css

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

 span { border-color: rgb(150,18,73); }

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