Html Css Color HEX #952857 Lipstick

📋 copy color: '#952857'

red 149 ◦ green 40 ◦ blue 87

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

Shades of Lipstick #952857

Tints of Lipstick #952857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 53.99%
G = 14.49%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952857 (or 0x952857) is known color: Lipstick. HEX triplet: 95, 28 and 57. RGB value is (149,40,87). Sum of RGB (Red+Green+Blue) = 149+40+87=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #952857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952857 is #6AD7A8. Grayscale: #4D4D4D. Windows color (decimal): -7002025 or 5712021. OLE color: 5712021.

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

Color convert

RGB 149 40 87 -
CMYK 0 0.73 0.42 0.42
HSL 334.13º 0.58% 0.37% -
HSV(B) 334.13º 0.73% 0.58% -
XYZ 14.87 8.6 9.89 -
YUV 77.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 149 40 87 0 0.73 0.42 0.42 334.13 0.58 0.37
Hex 95 28 57 0 49 2A 2A 14E 3A 25
Octal 225 50 127 0 111 52 52 516 72 45
Binary 10010101 101000 1010111 0 1001001 101010 101010 101001110 111010 100101

Color Harmonies of #952857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952857

Black with #952857

Text Example


Text Example

White with #952857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952857; }

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

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

background-color css

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

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

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

border-color css

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

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

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