Html Css Color HEX #952859 Lipstick

📋 copy color: '#952859'

red 149 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #952859

Tints of Lipstick #952859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 53.6%
G = 14.39%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#952859 (or 0x952859) is known color: Lipstick. HEX triplet: 95, 28 and 59. RGB value is (149,40,89). Sum of RGB (Red+Green+Blue) = 149+40+89=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #952859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952859 is #6AD7A6. Grayscale: #4E4E4E. Windows color (decimal): -7002023 or 5843093. OLE color: 5843093.

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

Color convert

RGB 149 40 89 -
CMYK 0 0.73 0.40 0.42
HSL 333.03º 0.58% 0.37% -
HSV(B) 333.03º 0.73% 0.58% -
XYZ 14.96 8.63 10.33 -
YUV 78.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 149 40 89 0 0.73 0.40 0.42 333.03 0.58 0.37
Hex 95 28 59 0 49 28 2A 14D 3A 25
Octal 225 50 131 0 111 50 52 515 72 45
Binary 10010101 101000 1011001 0 1001001 101000 101010 101001101 111010 100101

Color Harmonies of #952859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952859

Black with #952859

Text Example


Text Example

White with #952859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952859; }

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

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

background-color css

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

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

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

border-color css

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

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

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