Html Css Color HEX #951C57 Lipstick

📋 copy color: '#951C57'

red 149 ◦ green 28 ◦ blue 87

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

Shades of Lipstick #951C57

Tints of Lipstick #951C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.61%

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

R = 56.44%
G = 10.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#951C57 (or 0x951C57) is known color: Lipstick. HEX triplet: 95, 1C and 57. RGB value is (149,28,87). Sum of RGB (Red+Green+Blue) = 149+28+87=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #951C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C57 is #6AE3A8. Grayscale: #464646. Windows color (decimal): -7005097 or 5708949. OLE color: 5708949.

HSL color Cylindrical-coordinate representation of color #951C57: hue angle of 330.74º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C57 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 87 -
CMYK 0 0.81 0.42 0.42
HSL 330.74º 0.68% 0.35% -
HSV(B) 330.74º 0.81% 0.58% -
XYZ 14.53 7.91 9.78 -
YUV 70.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 149 28 87 0 0.81 0.42 0.42 330.74 0.68 0.35
Hex 95 1C 57 0 51 2A 2A 14B 44 23
Octal 225 34 127 0 121 52 52 513 104 43
Binary 10010101 11100 1010111 0 1010001 101010 101010 101001011 1000100 100011

Color Harmonies of #951C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C57

Black with #951C57

Text Example


Text Example

White with #951C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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