Html Css Color HEX #953048 Lipstick

📋 copy color: '#953048'

red 149 ◦ green 48 ◦ blue 72

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

Shades of Lipstick #953048

Tints of Lipstick #953048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 55.39%
G = 17.84%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953048 (or 0x953048) is known color: Lipstick. HEX triplet: 95, 30 and 48. RGB value is (149,48,72). Sum of RGB (Red+Green+Blue) = 149+48+72=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953048 is #6ACFB7. Grayscale: #505050. Windows color (decimal): -6999992 or 4731029. OLE color: 4731029.

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

Color convert

RGB 149 48 72 -
CMYK 0 0.68 0.52 0.42
HSL 345.74º 0.51% 0.39% -
HSV(B) 345.74º 0.68% 0.58% -
XYZ 14.62 8.97 7.09 -
YUV 80.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 149 48 72 0 0.68 0.52 0.42 345.74 0.51 0.39
Hex 95 30 48 0 44 34 2A 15A 33 27
Octal 225 60 110 0 104 64 52 532 63 47
Binary 10010101 110000 1001000 0 1000100 110100 101010 101011010 110011 100111

Color Harmonies of #953048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953048

Black with #953048

Text Example


Text Example

White with #953048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953048; }

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

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

background-color css

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

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

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

border-color css

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

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

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