Html Css Color HEX #963259 Lipstick

📋 copy color: '#963259'

red 150 ◦ green 50 ◦ blue 89

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

Shades of Lipstick #963259

Tints of Lipstick #963259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 51.9%
G = 17.3%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963259 (or 0x963259) is known color: Lipstick. HEX triplet: 96, 32 and 59. RGB value is (150,50,89). Sum of RGB (Red+Green+Blue) = 150+50+89=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963259 is #69CDA6. Grayscale: #545454. Windows color (decimal): -6933927 or 5845654. OLE color: 5845654.

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

Color convert

RGB 150 50 89 -
CMYK 0 0.67 0.41 0.41
HSL 336.6º 0.5% 0.39% -
HSV(B) 336.6º 0.67% 0.59% -
XYZ 15.52 9.49 10.46 -
YUV 84.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 150 50 89 0 0.67 0.41 0.41 336.6 0.5 0.39
Hex 96 32 59 0 43 29 29 151 32 27
Octal 226 62 131 0 103 51 51 521 62 47
Binary 10010110 110010 1011001 0 1000011 101001 101001 101010001 110010 100111

Color Harmonies of #963259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963259

Black with #963259

Text Example


Text Example

White with #963259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963259; }

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

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

background-color css

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

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

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

border-color css

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

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

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