Html Css Color HEX #961146 Lipstick

📋 copy color: '#961146'

red 150 ◦ green 17 ◦ blue 70

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

Shades of Lipstick #961146

Tints of Lipstick #961146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 63.29%
G = 7.17%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961146 (or 0x961146) is known color: Lipstick. HEX triplet: 96, 11 and 46. RGB value is (150,17,70). Sum of RGB (Red+Green+Blue) = 150+17+70=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961146 is #69EEB9. Grayscale: #3E3E3E. Windows color (decimal): -6942394 or 4592022. OLE color: 4592022.

HSL color Cylindrical-coordinate representation of color #961146: hue angle of 336.09º degrees, saturation: 0.8, 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 #961146 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 70 -
CMYK 0 0.89 0.53 0.41
HSL 336.09º 0.8% 0.33% -
HSV(B) 336.09º 0.89% 0.59% -
XYZ 13.88 7.33 6.48 -
YUV 62.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 150 17 70 0 0.89 0.53 0.41 336.09 0.8 0.33
Hex 96 11 46 0 59 35 29 150 50 21
Octal 226 21 106 0 131 65 51 520 120 41
Binary 10010110 10001 1000110 0 1011001 110101 101001 101010000 1010000 100001

Color Harmonies of #961146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961146

Black with #961146

Text Example


Text Example

White with #961146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961146; }

 p { color: rgb(150,17,70); }

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

background-color css

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

 a { background-color: rgb(150,17,70); }

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

border-color css

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

 span { border-color: rgb(150,17,70); }

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