Html Css Color HEX #961849 Lipstick

📋 copy color: '#961849'

red 150 ◦ green 24 ◦ blue 73

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

Shades of Lipstick #961849

Tints of Lipstick #961849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 60.73%
G = 9.72%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#961849 (or 0x961849) is known color: Lipstick. HEX triplet: 96, 18 and 49. RGB value is (150,24,73). Sum of RGB (Red+Green+Blue) = 150+24+73=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #961849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961849 is #69E7B6. Grayscale: #434343. Windows color (decimal): -6940599 or 4790422. OLE color: 4790422.

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

Color convert

RGB 150 24 73 -
CMYK 0 0.84 0.51 0.41
HSL 336.67º 0.72% 0.34% -
HSV(B) 336.67º 0.84% 0.59% -
XYZ 14.11 7.62 7.03 -
YUV 67.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 150 24 73 0 0.84 0.51 0.41 336.67 0.72 0.34
Hex 96 18 49 0 54 33 29 151 48 22
Octal 226 30 111 0 124 63 51 521 110 42
Binary 10010110 11000 1001001 0 1010100 110011 101001 101010001 1001000 100010

Color Harmonies of #961849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961849

Black with #961849

Text Example


Text Example

White with #961849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961849; }

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

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

background-color css

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

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

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

border-color css

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

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

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