Html Css Color HEX #953459 Lipstick

📋 copy color: '#953459'

red 149 ◦ green 52 ◦ blue 89

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

Shades of Lipstick #953459

Tints of Lipstick #953459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 51.38%
G = 17.93%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#953459 (or 0x953459) is known color: Lipstick. HEX triplet: 95, 34 and 59. RGB value is (149,52,89). Sum of RGB (Red+Green+Blue) = 149+52+89=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #953459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953459 is #6ACBA6. Grayscale: #555555. Windows color (decimal): -6998951 or 5846165. OLE color: 5846165.

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

Color convert

RGB 149 52 89 -
CMYK 0 0.65 0.40 0.42
HSL 337.11º 0.48% 0.39% -
HSV(B) 337.11º 0.65% 0.58% -
XYZ 15.43 9.57 10.48 -
YUV 85.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 149 52 89 0 0.65 0.40 0.42 337.11 0.48 0.39
Hex 95 34 59 0 41 28 2A 151 30 27
Octal 225 64 131 0 101 50 52 521 60 47
Binary 10010101 110100 1011001 0 1000001 101000 101010 101010001 110000 100111

Color Harmonies of #953459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953459

Black with #953459

Text Example


Text Example

White with #953459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953459; }

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

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

background-color css

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

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

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

border-color css

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

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

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