Html Css Color HEX #953559 Lipstick

📋 copy color: '#953559'

red 149 ◦ green 53 ◦ blue 89

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

Shades of Lipstick #953559

Tints of Lipstick #953559

RGB

 RED value IS 149 (58.59% from 255) = 51.2%

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 51.2%
G = 18.21%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#953559 (or 0x953559) is known color: Lipstick. HEX triplet: 95, 35 and 59. RGB value is (149,53,89). Sum of RGB (Red+Green+Blue) = 149+53+89=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #953559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953559 is #6ACAA6. Grayscale: #555555. Windows color (decimal): -6998695 or 5846421. OLE color: 5846421.

HSL color Cylindrical-coordinate representation of color #953559: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953559 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 89 -
CMYK 0 0.64 0.40 0.42
HSL 337.5º 0.48% 0.4% -
HSV(B) 337.5º 0.64% 0.58% -
XYZ 15.47 9.66 10.5 -
YUV 85.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 149 53 89 0 0.64 0.40 0.42 337.5 0.48 0.4
Hex 95 35 59 0 40 28 2A 152 30 28
Octal 225 65 131 0 100 50 52 522 60 50
Binary 10010101 110101 1011001 0 1000000 101000 101010 101010010 110000 101000

Color Harmonies of #953559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953559

Black with #953559

Text Example


Text Example

White with #953559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953559; }

 p { color: rgb(149,53,89); }

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

background-color css

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

 a { background-color: rgb(149,53,89); }

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

border-color css

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

 span { border-color: rgb(149,53,89); }

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