Html Css Color HEX #951848 Lipstick

📋 copy color: '#951848'

red 149 ◦ green 24 ◦ blue 72

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

Shades of Lipstick #951848

Tints of Lipstick #951848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 60.82%
G = 9.8%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951848 (or 0x951848) is known color: Lipstick. HEX triplet: 95, 18 and 48. RGB value is (149,24,72). Sum of RGB (Red+Green+Blue) = 149+24+72=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #951848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951848 is #6AE7B7. Grayscale: #424242. Windows color (decimal): -7006136 or 4724885. OLE color: 4724885.

HSL color Cylindrical-coordinate representation of color #951848: hue angle of 336.96º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951848 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 72 -
CMYK 0 0.84 0.52 0.42
HSL 336.96º 0.72% 0.34% -
HSV(B) 336.96º 0.84% 0.58% -
XYZ 13.89 7.51 6.85 -
YUV 66.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 149 24 72 0 0.84 0.52 0.42 336.96 0.72 0.34
Hex 95 18 48 0 54 34 2A 151 48 22
Octal 225 30 110 0 124 64 52 521 110 42
Binary 10010101 11000 1001000 0 1010100 110100 101010 101010001 1001000 100010

Color Harmonies of #951848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951848

Black with #951848

Text Example


Text Example

White with #951848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951848; }

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

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

background-color css

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

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

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

border-color css

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

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

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