Html Css Color HEX #961342 Lipstick

📋 copy color: '#961342'

red 150 ◦ green 19 ◦ blue 66

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

Shades of Lipstick #961342

Tints of Lipstick #961342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 63.83%
G = 8.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#961342 (or 0x961342) is known color: Lipstick. HEX triplet: 96, 13 and 42. RGB value is (150,19,66). Sum of RGB (Red+Green+Blue) = 150+19+66=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #961342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961342 is #69ECBD. Grayscale: #3F3F3F. Windows color (decimal): -6941886 or 4330390. OLE color: 4330390.

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

Color convert

RGB 150 19 66 -
CMYK 0 0.87 0.56 0.41
HSL 338.47º 0.78% 0.33% -
HSV(B) 338.47º 0.87% 0.59% -
XYZ 13.79 7.34 5.84 -
YUV 63.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 150 19 66 0 0.87 0.56 0.41 338.47 0.78 0.33
Hex 96 13 42 0 57 38 29 152 4E 21
Octal 226 23 102 0 127 70 51 522 116 41
Binary 10010110 10011 1000010 0 1010111 111000 101001 101010010 1001110 100001

Color Harmonies of #961342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961342

Black with #961342

Text Example


Text Example

White with #961342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961342; }

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

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

background-color css

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

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

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

border-color css

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

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

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