Html Css Color HEX #961447 Lipstick

📋 copy color: '#961447'

red 150 ◦ green 20 ◦ blue 71

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

Shades of Lipstick #961447

Tints of Lipstick #961447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 62.24%
G = 8.3%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961447 (or 0x961447) is known color: Lipstick. HEX triplet: 96, 14 and 47. RGB value is (150,20,71). Sum of RGB (Red+Green+Blue) = 150+20+71=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #961447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961447 is #69EBB8. Grayscale: #404040. Windows color (decimal): -6941625 or 4658326. OLE color: 4658326.

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

Color convert

RGB 150 20 71 -
CMYK 0 0.87 0.53 0.41
HSL 336.46º 0.76% 0.33% -
HSV(B) 336.46º 0.87% 0.59% -
XYZ 13.97 7.44 6.66 -
YUV 64.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 150 20 71 0 0.87 0.53 0.41 336.46 0.76 0.33
Hex 96 14 47 0 57 35 29 150 4C 21
Octal 226 24 107 0 127 65 51 520 114 41
Binary 10010110 10100 1000111 0 1010111 110101 101001 101010000 1001100 100001

Color Harmonies of #961447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961447

Black with #961447

Text Example


Text Example

White with #961447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961447; }

 p { color: rgb(150,20,71); }

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

background-color css

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

 a { background-color: rgb(150,20,71); }

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

border-color css

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

 span { border-color: rgb(150,20,71); }

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