Html Css Color HEX #961242 Lipstick

📋 copy color: '#961242'

red 150 ◦ green 18 ◦ blue 66

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

Shades of Lipstick #961242

Tints of Lipstick #961242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 64.1%
G = 7.69%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#961242 (or 0x961242) is known color: Lipstick. HEX triplet: 96, 12 and 42. RGB value is (150,18,66). Sum of RGB (Red+Green+Blue) = 150+18+66=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #961242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961242 is #69EDBD. Grayscale: #3E3E3E. Windows color (decimal): -6942142 or 4330134. OLE color: 4330134.

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

Color convert

RGB 150 18 66 -
CMYK 0 0.88 0.56 0.41
HSL 338.18º 0.79% 0.33% -
HSV(B) 338.18º 0.88% 0.59% -
XYZ 13.78 7.31 5.84 -
YUV 62.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 150 18 66 0 0.88 0.56 0.41 338.18 0.79 0.33
Hex 96 12 42 0 58 38 29 152 4F 21
Octal 226 22 102 0 130 70 51 522 117 41
Binary 10010110 10010 1000010 0 1011000 111000 101001 101010010 1001111 100001

Color Harmonies of #961242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961242

Black with #961242

Text Example


Text Example

White with #961242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961242; }

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

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

background-color css

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

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

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

border-color css

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

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

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