Html Css Color HEX #962249 Lipstick

📋 copy color: '#962249'

red 150 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #962249

Tints of Lipstick #962249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 58.37%
G = 13.23%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#962249 (or 0x962249) is known color: Lipstick. HEX triplet: 96, 22 and 49. RGB value is (150,34,73). Sum of RGB (Red+Green+Blue) = 150+34+73=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962249 is #69DDB6. Grayscale: #494949. Windows color (decimal): -6938039 or 4792982. OLE color: 4792982.

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

Color convert

RGB 150 34 73 -
CMYK 0 0.77 0.51 0.41
HSL 339.83º 0.63% 0.36% -
HSV(B) 339.83º 0.77% 0.59% -
XYZ 14.35 8.11 7.11 -
YUV 73.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 150 34 73 0 0.77 0.51 0.41 339.83 0.63 0.36
Hex 96 22 49 0 4D 33 29 154 3F 24
Octal 226 42 111 0 115 63 51 524 77 44
Binary 10010110 100010 1001001 0 1001101 110011 101001 101010100 111111 100100

Color Harmonies of #962249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962249

Black with #962249

Text Example


Text Example

White with #962249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962249; }

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

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

background-color css

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

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

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

border-color css

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

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

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