Html Css Color HEX #962059 Lipstick

📋 copy color: '#962059'

red 150 ◦ green 32 ◦ blue 89

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

Shades of Lipstick #962059

Tints of Lipstick #962059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 55.35%
G = 11.81%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#962059 (or 0x962059) is known color: Lipstick. HEX triplet: 96, 20 and 59. RGB value is (150,32,89). Sum of RGB (Red+Green+Blue) = 150+32+89=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #962059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962059 is #69DFA6. Grayscale: #494949. Windows color (decimal): -6938535 or 5841046. OLE color: 5841046.

HSL color Cylindrical-coordinate representation of color #962059: hue angle of 331.02º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962059 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 89 -
CMYK 0 0.79 0.41 0.41
HSL 331.02º 0.65% 0.36% -
HSV(B) 331.02º 0.79% 0.59% -
XYZ 14.9 8.24 10.26 -
YUV 73.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 150 32 89 0 0.79 0.41 0.41 331.02 0.65 0.36
Hex 96 20 59 0 4F 29 29 14B 41 24
Octal 226 40 131 0 117 51 51 513 101 44
Binary 10010110 100000 1011001 0 1001111 101001 101001 101001011 1000001 100100

Color Harmonies of #962059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962059

Black with #962059

Text Example


Text Example

White with #962059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962059; }

 p { color: rgb(150,32,89); }

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

background-color css

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

 a { background-color: rgb(150,32,89); }

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

border-color css

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

 span { border-color: rgb(150,32,89); }

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