Html Css Color HEX #951D48 Lipstick

📋 copy color: '#951D48'

red 149 ◦ green 29 ◦ blue 72

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

Shades of Lipstick #951D48

Tints of Lipstick #951D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 59.6%
G = 11.6%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951D48 (or 0x951D48) is known color: Lipstick. HEX triplet: 95, 1D and 48. RGB value is (149,29,72). Sum of RGB (Red+Green+Blue) = 149+29+72=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #951D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D48 is #6AE2B7. Grayscale: #454545. Windows color (decimal): -7004856 or 4726165. OLE color: 4726165.

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

Color convert

RGB 149 29 72 -
CMYK 0 0.81 0.52 0.42
HSL 338.5º 0.67% 0.35% -
HSV(B) 338.5º 0.81% 0.58% -
XYZ 14 7.74 6.89 -
YUV 69.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 149 29 72 0 0.81 0.52 0.42 338.5 0.67 0.35
Hex 95 1D 48 0 51 34 2A 152 43 23
Octal 225 35 110 0 121 64 52 522 103 43
Binary 10010101 11101 1001000 0 1010001 110100 101010 101010010 1000011 100011

Color Harmonies of #951D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D48

Black with #951D48

Text Example


Text Example

White with #951D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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