Html Css Color HEX #952948 Lipstick

📋 copy color: '#952948'

red 149 ◦ green 41 ◦ blue 72

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

Shades of Lipstick #952948

Tints of Lipstick #952948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 56.87%
G = 15.65%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952948 (or 0x952948) is known color: Lipstick. HEX triplet: 95, 29 and 48. RGB value is (149,41,72). Sum of RGB (Red+Green+Blue) = 149+41+72=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952948 is #6AD6B7. Grayscale: #4C4C4C. Windows color (decimal): -7001784 or 4729237. OLE color: 4729237.

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

Color convert

RGB 149 41 72 -
CMYK 0 0.72 0.52 0.42
HSL 342.78º 0.57% 0.37% -
HSV(B) 342.78º 0.72% 0.58% -
XYZ 14.36 8.44 7 -
YUV 76.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 149 41 72 0 0.72 0.52 0.42 342.78 0.57 0.37
Hex 95 29 48 0 48 34 2A 157 39 25
Octal 225 51 110 0 110 64 52 527 71 45
Binary 10010101 101001 1001000 0 1001000 110100 101010 101010111 111001 100101

Color Harmonies of #952948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952948

Black with #952948

Text Example


Text Example

White with #952948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952948; }

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

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

background-color css

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

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

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

border-color css

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

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

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