Html Css Color HEX #953557 Lipstick

📋 copy color: '#953557'

red 149 ◦ green 53 ◦ blue 87

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

Shades of Lipstick #953557

Tints of Lipstick #953557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 51.56%
G = 18.34%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953557 (or 0x953557) is known color: Lipstick. HEX triplet: 95, 35 and 57. RGB value is (149,53,87). Sum of RGB (Red+Green+Blue) = 149+53+87=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #953557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953557 is #6ACAA8. Grayscale: #555555. Windows color (decimal): -6998697 or 5715349. OLE color: 5715349.

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

Color convert

RGB 149 53 87 -
CMYK 0 0.64 0.42 0.42
HSL 338.75º 0.48% 0.4% -
HSV(B) 338.75º 0.64% 0.58% -
XYZ 15.39 9.62 10.06 -
YUV 85.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 149 53 87 0 0.64 0.42 0.42 338.75 0.48 0.4
Hex 95 35 57 0 40 2A 2A 153 30 28
Octal 225 65 127 0 100 52 52 523 60 50
Binary 10010101 110101 1010111 0 1000000 101010 101010 101010011 110000 101000

Color Harmonies of #953557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953557

Black with #953557

Text Example


Text Example

White with #953557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953557; }

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

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

background-color css

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

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

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

border-color css

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

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

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