Html Css Color HEX #961D5E Lipstick

📋 copy color: '#961D5E'

red 150 ◦ green 29 ◦ blue 94

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

Shades of Lipstick #961D5E

Tints of Lipstick #961D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 54.95%
G = 10.62%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#961D5E (or 0x961D5E) is known color: Lipstick. HEX triplet: 96, 1D and 5E. RGB value is (150,29,94). Sum of RGB (Red+Green+Blue) = 150+29+94=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D5E is #69E2A1. Grayscale: #484848. Windows color (decimal): -6939298 or 6167958. OLE color: 6167958.

HSL color Cylindrical-coordinate representation of color #961D5E: hue angle of 327.77º 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 #961D5E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 94 -
CMYK 0 0.81 0.37 0.41
HSL 327.77º 0.68% 0.35% -
HSV(B) 327.77º 0.81% 0.59% -
XYZ 15.04 8.17 11.37 -
YUV 72.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 150 29 94 0 0.81 0.37 0.41 327.77 0.68 0.35
Hex 96 1D 5E 0 51 25 29 148 44 23
Octal 226 35 136 0 121 45 51 510 104 43
Binary 10010110 11101 1011110 0 1010001 100101 101001 101001000 1000100 100011

Color Harmonies of #961D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D5E

Black with #961D5E

Text Example


Text Example

White with #961D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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