Html Css Color HEX #961747 Lipstick

📋 copy color: '#961747'

red 150 ◦ green 23 ◦ blue 71

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

Shades of Lipstick #961747

Tints of Lipstick #961747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

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

R = 61.48%
G = 9.43%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961747 (or 0x961747) is known color: Lipstick. HEX triplet: 96, 17 and 47. RGB value is (150,23,71). Sum of RGB (Red+Green+Blue) = 150+23+71=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #961747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961747 is #69E8B8. Grayscale: #424242. Windows color (decimal): -6940857 or 4659094. OLE color: 4659094.

HSL color Cylindrical-coordinate representation of color #961747: hue angle of 337.32º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961747 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 71 -
CMYK 0 0.85 0.53 0.41
HSL 337.32º 0.73% 0.34% -
HSV(B) 337.32º 0.85% 0.59% -
XYZ 14.02 7.55 6.68 -
YUV 66.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 150 23 71 0 0.85 0.53 0.41 337.32 0.73 0.34
Hex 96 17 47 0 55 35 29 151 49 22
Octal 226 27 107 0 125 65 51 521 111 42
Binary 10010110 10111 1000111 0 1010101 110101 101001 101010001 1001001 100010

Color Harmonies of #961747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961747

Black with #961747

Text Example


Text Example

White with #961747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961747; }

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

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

background-color css

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

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

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

border-color css

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

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

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