Html Css Color HEX #953157 Lipstick

📋 copy color: '#953157'

red 149 ◦ green 49 ◦ blue 87

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

Shades of Lipstick #953157

Tints of Lipstick #953157

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 52.28%
G = 17.19%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953157 (or 0x953157) is known color: Lipstick. HEX triplet: 95, 31 and 57. RGB value is (149,49,87). Sum of RGB (Red+Green+Blue) = 149+49+87=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953157 is #6ACEA8. Grayscale: #535353. Windows color (decimal): -6999721 or 5714325. OLE color: 5714325.

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

Color convert

RGB 149 49 87 -
CMYK 0 0.67 0.42 0.42
HSL 337.2º 0.51% 0.39% -
HSV(B) 337.2º 0.67% 0.58% -
XYZ 15.21 9.27 10.01 -
YUV 83.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 149 49 87 0 0.67 0.42 0.42 337.2 0.51 0.39
Hex 95 31 57 0 43 2A 2A 151 33 27
Octal 225 61 127 0 103 52 52 521 63 47
Binary 10010101 110001 1010111 0 1000011 101010 101010 101010001 110011 100111

Color Harmonies of #953157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953157

Black with #953157

Text Example


Text Example

White with #953157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953157; }

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

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

background-color css

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

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

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

border-color css

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

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

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