Html Css Color HEX #953659 Lipstick

📋 copy color: '#953659'

red 149 ◦ green 54 ◦ blue 89

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

Shades of Lipstick #953659

Tints of Lipstick #953659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 51.03%
G = 18.49%
B = 30.48%

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

#953659 (or 0x953659) is known color: Lipstick. HEX triplet: 95, 36 and 59. RGB value is (149,54,89). Sum of RGB (Red+Green+Blue) = 149+54+89=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #953659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953659 is #6AC9A6. Grayscale: #565656. Windows color (decimal): -6998439 or 5846677. OLE color: 5846677.

HSL color Cylindrical-coordinate representation of color #953659: hue angle of 337.89º degrees, saturation: 0.47, 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 #953659 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 89 -
CMYK 0 0.64 0.40 0.42
HSL 337.89º 0.47% 0.4% -
HSV(B) 337.89º 0.64% 0.58% -
XYZ 15.52 9.75 10.52 -
YUV 86.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 149 54 89 0 0.64 0.40 0.42 337.89 0.47 0.4
Hex 95 36 59 0 40 28 2A 152 2F 28
Octal 225 66 131 0 100 50 52 522 57 50
Binary 10010101 110110 1011001 0 1000000 101000 101010 101010010 101111 101000

Color Harmonies of #953659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953659

Black with #953659

Text Example


Text Example

White with #953659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953659; }

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

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

background-color css

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

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

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

border-color css

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

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

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