Html Css Color HEX #953148 Lipstick

📋 copy color: '#953148'

red 149 ◦ green 49 ◦ blue 72

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

Shades of Lipstick #953148

Tints of Lipstick #953148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 55.19%
G = 18.15%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953148 (or 0x953148) is known color: Lipstick. HEX triplet: 95, 31 and 48. RGB value is (149,49,72). Sum of RGB (Red+Green+Blue) = 149+49+72=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953148 is #6ACEB7. Grayscale: #515151. Windows color (decimal): -6999736 or 4731285. OLE color: 4731285.

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

Color convert

RGB 149 49 72 -
CMYK 0 0.67 0.52 0.42
HSL 346.2º 0.51% 0.39% -
HSV(B) 346.2º 0.67% 0.58% -
XYZ 14.66 9.05 7.11 -
YUV 81.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 149 49 72 0 0.67 0.52 0.42 346.2 0.51 0.39
Hex 95 31 48 0 43 34 2A 15A 33 27
Octal 225 61 110 0 103 64 52 532 63 47
Binary 10010101 110001 1001000 0 1000011 110100 101010 101011010 110011 100111

Color Harmonies of #953148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953148

Black with #953148

Text Example


Text Example

White with #953148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953148; }

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

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

background-color css

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

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

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

border-color css

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

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

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