Html Css Color HEX #951C59 Lipstick

📋 copy color: '#951C59'

red 149 ◦ green 28 ◦ blue 89

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

Shades of Lipstick #951C59

Tints of Lipstick #951C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 56.02%
G = 10.53%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#951C59 (or 0x951C59) is known color: Lipstick. HEX triplet: 95, 1C and 59. RGB value is (149,28,89). Sum of RGB (Red+Green+Blue) = 149+28+89=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #951C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C59 is #6AE3A6. Grayscale: #474747. Windows color (decimal): -7005095 or 5840021. OLE color: 5840021.

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

Color convert

RGB 149 28 89 -
CMYK 0 0.81 0.40 0.42
HSL 329.75º 0.68% 0.35% -
HSV(B) 329.75º 0.81% 0.58% -
XYZ 14.61 7.94 10.21 -
YUV 71.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 149 28 89 0 0.81 0.40 0.42 329.75 0.68 0.35
Hex 95 1C 59 0 51 28 2A 14A 44 23
Octal 225 34 131 0 121 50 52 512 104 43
Binary 10010101 11100 1011001 0 1010001 101000 101010 101001010 1000100 100011

Color Harmonies of #951C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C59

Black with #951C59

Text Example


Text Example

White with #951C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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