Html Css Color HEX #952858 Lipstick

📋 copy color: '#952858'

red 149 ◦ green 40 ◦ blue 88

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

Shades of Lipstick #952858

Tints of Lipstick #952858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 53.79%
G = 14.44%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#952858 (or 0x952858) is known color: Lipstick. HEX triplet: 95, 28 and 58. RGB value is (149,40,88). Sum of RGB (Red+Green+Blue) = 149+40+88=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #952858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952858 is #6AD7A7. Grayscale: #4D4D4D. Windows color (decimal): -7002024 or 5777557. OLE color: 5777557.

HSL color Cylindrical-coordinate representation of color #952858: hue angle of 333.58º 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 #952858 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 88 -
CMYK 0 0.73 0.41 0.42
HSL 333.58º 0.58% 0.37% -
HSV(B) 333.58º 0.73% 0.58% -
XYZ 14.91 8.61 10.11 -
YUV 78.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 149 40 88 0 0.73 0.41 0.42 333.58 0.58 0.37
Hex 95 28 58 0 49 29 2A 14E 3A 25
Octal 225 50 130 0 111 51 52 516 72 45
Binary 10010101 101000 1011000 0 1001001 101001 101010 101001110 111010 100101

Color Harmonies of #952858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952858

Black with #952858

Text Example


Text Example

White with #952858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952858; }

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

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

background-color css

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

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

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

border-color css

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

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

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