Html Css Color HEX #953248 Lipstick

📋 copy color: '#953248'

red 149 ◦ green 50 ◦ blue 72

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

Shades of Lipstick #953248

Tints of Lipstick #953248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 54.98%
G = 18.45%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953248 (or 0x953248) is known color: Lipstick. HEX triplet: 95, 32 and 48. RGB value is (149,50,72). Sum of RGB (Red+Green+Blue) = 149+50+72=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953248 is #6ACDB7. Grayscale: #525252. Windows color (decimal): -6999480 or 4731541. OLE color: 4731541.

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

Color convert

RGB 149 50 72 -
CMYK 0 0.66 0.52 0.42
HSL 346.67º 0.5% 0.39% -
HSV(B) 346.67º 0.66% 0.58% -
XYZ 14.7 9.14 7.12 -
YUV 82.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 149 50 72 0 0.66 0.52 0.42 346.67 0.5 0.39
Hex 95 32 48 0 42 34 2A 15B 32 27
Octal 225 62 110 0 102 64 52 533 62 47
Binary 10010101 110010 1001000 0 1000010 110100 101010 101011011 110010 100111

Color Harmonies of #953248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953248

Black with #953248

Text Example


Text Example

White with #953248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953248; }

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

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

background-color css

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

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

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

border-color css

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

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

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