Html Css Color HEX #963249 Lipstick

📋 copy color: '#963249'

red 150 ◦ green 50 ◦ blue 73

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

Shades of Lipstick #963249

Tints of Lipstick #963249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

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

R = 54.95%
G = 18.32%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#963249 (or 0x963249) is known color: Lipstick. HEX triplet: 96, 32 and 49. RGB value is (150,50,73). Sum of RGB (Red+Green+Blue) = 150+50+73=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #963249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963249 is #69CDB6. Grayscale: #525252. Windows color (decimal): -6933943 or 4797078. OLE color: 4797078.

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

Color convert

RGB 150 50 73 -
CMYK 0 0.67 0.51 0.41
HSL 346.2º 0.5% 0.39% -
HSV(B) 346.2º 0.67% 0.59% -
XYZ 14.92 9.25 7.3 -
YUV 82.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 150 50 73 0 0.67 0.51 0.41 346.2 0.5 0.39
Hex 96 32 49 0 43 33 29 15A 32 27
Octal 226 62 111 0 103 63 51 532 62 47
Binary 10010110 110010 1001001 0 1000011 110011 101001 101011010 110010 100111

Color Harmonies of #963249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963249

Black with #963249

Text Example


Text Example

White with #963249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963249; }

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

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

background-color css

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

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

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

border-color css

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

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

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