Html Css Color HEX #961248 Lipstick

📋 copy color: '#961248'

red 150 ◦ green 18 ◦ blue 72

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

Shades of Lipstick #961248

Tints of Lipstick #961248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 62.5%
G = 7.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#961248 (or 0x961248) is known color: Lipstick. HEX triplet: 96, 12 and 48. RGB value is (150,18,72). Sum of RGB (Red+Green+Blue) = 150+18+72=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #961248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961248 is #69EDB7. Grayscale: #3F3F3F. Windows color (decimal): -6942136 or 4723350. OLE color: 4723350.

HSL color Cylindrical-coordinate representation of color #961248: hue angle of 335.45º 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 #961248 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 72 -
CMYK 0 0.88 0.52 0.41
HSL 335.45º 0.79% 0.33% -
HSV(B) 335.45º 0.88% 0.59% -
XYZ 13.96 7.38 6.82 -
YUV 63.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 150 18 72 0 0.88 0.52 0.41 335.45 0.79 0.33
Hex 96 12 48 0 58 34 29 14F 4F 21
Octal 226 22 110 0 130 64 51 517 117 41
Binary 10010110 10010 1001000 0 1011000 110100 101001 101001111 1001111 100001

Color Harmonies of #961248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961248

Black with #961248

Text Example


Text Example

White with #961248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961248; }

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

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

background-color css

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

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

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

border-color css

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

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

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