Html Css Color HEX #962849 Lipstick

📋 copy color: '#962849'

red 150 ◦ green 40 ◦ blue 73

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

Shades of Lipstick #962849

Tints of Lipstick #962849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 57.03%
G = 15.21%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#962849 (or 0x962849) is known color: Lipstick. HEX triplet: 96, 28 and 49. RGB value is (150,40,73). Sum of RGB (Red+Green+Blue) = 150+40+73=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #962849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962849 is #69D7B6. Grayscale: #4C4C4C. Windows color (decimal): -6936503 or 4794518. OLE color: 4794518.

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

Color convert

RGB 150 40 73 -
CMYK 0 0.73 0.51 0.41
HSL 342º 0.58% 0.37% -
HSV(B) 342º 0.73% 0.59% -
XYZ 14.54 8.48 7.17 -
YUV 76.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 150 40 73 0 0.73 0.51 0.41 342 0.58 0.37
Hex 96 28 49 0 49 33 29 156 3A 25
Octal 226 50 111 0 111 63 51 526 72 45
Binary 10010110 101000 1001001 0 1001001 110011 101001 101010110 111010 100101

Color Harmonies of #962849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962849

Black with #962849

Text Example


Text Example

White with #962849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962849; }

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

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

background-color css

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

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

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

border-color css

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

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

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