Html Css Color HEX #961D57 Lipstick

📋 copy color: '#961D57'

red 150 ◦ green 29 ◦ blue 87

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

Shades of Lipstick #961D57

Tints of Lipstick #961D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 56.39%
G = 10.9%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#961D57 (or 0x961D57) is known color: Lipstick. HEX triplet: 96, 1D and 57. RGB value is (150,29,87). Sum of RGB (Red+Green+Blue) = 150+29+87=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #961D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D57 is #69E2A8. Grayscale: #474747. Windows color (decimal): -6939305 or 5709206. OLE color: 5709206.

HSL color Cylindrical-coordinate representation of color #961D57: hue angle of 331.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D57 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 87 -
CMYK 0 0.81 0.42 0.41
HSL 331.24º 0.68% 0.35% -
HSV(B) 331.24º 0.81% 0.59% -
XYZ 14.74 8.05 9.79 -
YUV 71.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 150 29 87 0 0.81 0.42 0.41 331.24 0.68 0.35
Hex 96 1D 57 0 51 2A 29 14B 44 23
Octal 226 35 127 0 121 52 51 513 104 43
Binary 10010110 11101 1010111 0 1010001 101010 101001 101001011 1000100 100011

Color Harmonies of #961D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D57

Black with #961D57

Text Example


Text Example

White with #961D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961D57; }

 p { color: rgb(150,29,87); }

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

background-color css

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

 a { background-color: rgb(150,29,87); }

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

border-color css

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

 span { border-color: rgb(150,29,87); }

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