Html Css Color HEX #951D49 Lipstick

📋 copy color: '#951D49'

red 149 ◦ green 29 ◦ blue 73

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

Shades of Lipstick #951D49

Tints of Lipstick #951D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 59.36%
G = 11.55%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#951D49 (or 0x951D49) is known color: Lipstick. HEX triplet: 95, 1D and 49. RGB value is (149,29,73). Sum of RGB (Red+Green+Blue) = 149+29+73=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D49 is #6AE2B6. Grayscale: #454545. Windows color (decimal): -7004855 or 4791701. OLE color: 4791701.

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

Color convert

RGB 149 29 73 -
CMYK 0 0.81 0.51 0.42
HSL 338º 0.67% 0.35% -
HSV(B) 338º 0.81% 0.58% -
XYZ 14.04 7.75 7.06 -
YUV 69.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 149 29 73 0 0.81 0.51 0.42 338 0.67 0.35
Hex 95 1D 49 0 51 33 2A 152 43 23
Octal 225 35 111 0 121 63 52 522 103 43
Binary 10010101 11101 1001001 0 1010001 110011 101010 101010010 1000011 100011

Color Harmonies of #951D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D49

Black with #951D49

Text Example


Text Example

White with #951D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,73); }

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

background-color css

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

 a { background-color: rgb(149,29,73); }

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

border-color css

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

 span { border-color: rgb(149,29,73); }

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