Html Css Color HEX #951957 Lipstick

📋 copy color: '#951957'

red 149 ◦ green 25 ◦ blue 87

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

Shades of Lipstick #951957

Tints of Lipstick #951957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 57.09%
G = 9.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#951957 (or 0x951957) is known color: Lipstick. HEX triplet: 95, 19 and 57. RGB value is (149,25,87). Sum of RGB (Red+Green+Blue) = 149+25+87=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951957 is #6AE6A8. Grayscale: #454545. Windows color (decimal): -7005865 or 5708181. OLE color: 5708181.

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

Color convert

RGB 149 25 87 -
CMYK 0 0.83 0.42 0.42
HSL 330º 0.71% 0.34% -
HSV(B) 330º 0.83% 0.58% -
XYZ 14.46 7.77 9.75 -
YUV 69.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 149 25 87 0 0.83 0.42 0.42 330 0.71 0.34
Hex 95 19 57 0 53 2A 2A 14A 47 22
Octal 225 31 127 0 123 52 52 512 107 42
Binary 10010101 11001 1010111 0 1010011 101010 101010 101001010 1000111 100010

Color Harmonies of #951957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951957

Black with #951957

Text Example


Text Example

White with #951957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951957; }

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

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

background-color css

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

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

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

border-color css

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

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

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