Html Css Color HEX #951C48 Lipstick

📋 copy color: '#951C48'

red 149 ◦ green 28 ◦ blue 72

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

Shades of Lipstick #951C48

Tints of Lipstick #951C48

RGB

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

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

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

R = 59.84%
G = 11.24%
B = 28.92%

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

#951C48 (or 0x951C48) is known color: Lipstick. HEX triplet: 95, 1C and 48. RGB value is (149,28,72). Sum of RGB (Red+Green+Blue) = 149+28+72=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C48 is #6AE3B7. Grayscale: #454545. Windows color (decimal): -7005112 or 4725909. OLE color: 4725909.

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

Color convert

RGB 149 28 72 -
CMYK 0 0.81 0.52 0.42
HSL 338.18º 0.68% 0.35% -
HSV(B) 338.18º 0.81% 0.58% -
XYZ 13.98 7.69 6.88 -
YUV 69.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 149 28 72 0 0.81 0.52 0.42 338.18 0.68 0.35
Hex 95 1C 48 0 51 34 2A 152 44 23
Octal 225 34 110 0 121 64 52 522 104 43
Binary 10010101 11100 1001000 0 1010001 110100 101010 101010010 1000100 100011

Color Harmonies of #951C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C48

Black with #951C48

Text Example


Text Example

White with #951C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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