Html Css Color HEX #962942 Lipstick

📋 copy color: '#962942'

red 150 ◦ green 41 ◦ blue 66

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

Shades of Lipstick #962942

Tints of Lipstick #962942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 58.37%
G = 15.95%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#962942 (or 0x962942) is known color: Lipstick. HEX triplet: 96, 29 and 42. RGB value is (150,41,66). Sum of RGB (Red+Green+Blue) = 150+41+66=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962942 is #69D6BD. Grayscale: #4C4C4C. Windows color (decimal): -6936254 or 4336022. OLE color: 4336022.

HSL color Cylindrical-coordinate representation of color #962942: hue angle of 346.24º degrees, saturation: 0.57, 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 #962942 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 66 -
CMYK 0 0.73 0.56 0.41
HSL 346.24º 0.57% 0.37% -
HSV(B) 346.24º 0.73% 0.59% -
XYZ 14.35 8.46 6.03 -
YUV 76.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 150 41 66 0 0.73 0.56 0.41 346.24 0.57 0.37
Hex 96 29 42 0 49 38 29 15A 39 25
Octal 226 51 102 0 111 70 51 532 71 45
Binary 10010110 101001 1000010 0 1001001 111000 101001 101011010 111001 100101

Color Harmonies of #962942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962942

Black with #962942

Text Example


Text Example

White with #962942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962942; }

 p { color: rgb(150,41,66); }

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

background-color css

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

 a { background-color: rgb(150,41,66); }

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

border-color css

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

 span { border-color: rgb(150,41,66); }

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