Html Css Color HEX #963859 Lipstick

📋 copy color: '#963859'

red 150 ◦ green 56 ◦ blue 89

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

Shades of Lipstick #963859

Tints of Lipstick #963859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 50.85%
G = 18.98%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963859 (or 0x963859) is known color: Lipstick. HEX triplet: 96, 38 and 59. RGB value is (150,56,89). Sum of RGB (Red+Green+Blue) = 150+56+89=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #963859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963859 is #69C7A6. Grayscale: #575757. Windows color (decimal): -6932391 or 5847190. OLE color: 5847190.

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

Color convert

RGB 150 56 89 -
CMYK 0 0.63 0.41 0.41
HSL 338.94º 0.46% 0.4% -
HSV(B) 338.94º 0.63% 0.59% -
XYZ 15.8 10.03 10.56 -
YUV 87.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 150 56 89 0 0.63 0.41 0.41 338.94 0.46 0.4
Hex 96 38 59 0 3F 29 29 153 2E 28
Octal 226 70 131 0 77 51 51 523 56 50
Binary 10010110 111000 1011001 0 111111 101001 101001 101010011 101110 101000

Color Harmonies of #963859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963859

Black with #963859

Text Example


Text Example

White with #963859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963859; }

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

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

background-color css

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

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

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

border-color css

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

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

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