Html Css Color HEX #961042 Lipstick

📋 copy color: '#961042'

red 150 ◦ green 16 ◦ blue 66

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

Shades of Lipstick #961042

Tints of Lipstick #961042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 64.66%
G = 6.9%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#961042 (or 0x961042) is known color: Lipstick. HEX triplet: 96, 10 and 42. RGB value is (150,16,66). Sum of RGB (Red+Green+Blue) = 150+16+66=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #961042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961042 is #69EFBD. Grayscale: #3D3D3D. Windows color (decimal): -6942654 or 4329622. OLE color: 4329622.

HSL color Cylindrical-coordinate representation of color #961042: hue angle of 337.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961042 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 66 -
CMYK 0 0.89 0.56 0.41
HSL 337.61º 0.81% 0.33% -
HSV(B) 337.61º 0.89% 0.59% -
XYZ 13.75 7.25 5.83 -
YUV 61.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 150 16 66 0 0.89 0.56 0.41 337.61 0.81 0.33
Hex 96 10 42 0 59 38 29 152 51 21
Octal 226 20 102 0 131 70 51 522 121 41
Binary 10010110 10000 1000010 0 1011001 111000 101001 101010010 1010001 100001

Color Harmonies of #961042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961042

Black with #961042

Text Example


Text Example

White with #961042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961042; }

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

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

background-color css

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

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

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

border-color css

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

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

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