Html Css Color HEX #952853 Lipstick

📋 copy color: '#952853'

red 149 ◦ green 40 ◦ blue 83

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

Shades of Lipstick #952853

Tints of Lipstick #952853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 54.78%
G = 14.71%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#952853 (or 0x952853) is known color: Lipstick. HEX triplet: 95, 28 and 53. RGB value is (149,40,83). Sum of RGB (Red+Green+Blue) = 149+40+83=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952853 is #6AD7AC. Grayscale: #4D4D4D. Windows color (decimal): -7002029 or 5449877. OLE color: 5449877.

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

Color convert

RGB 149 40 83 -
CMYK 0 0.73 0.44 0.42
HSL 336.33º 0.58% 0.37% -
HSV(B) 336.33º 0.73% 0.58% -
XYZ 14.71 8.53 9.05 -
YUV 77.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 149 40 83 0 0.73 0.44 0.42 336.33 0.58 0.37
Hex 95 28 53 0 49 2C 2A 150 3A 25
Octal 225 50 123 0 111 54 52 520 72 45
Binary 10010101 101000 1010011 0 1001001 101100 101010 101010000 111010 100101

Color Harmonies of #952853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952853

Black with #952853

Text Example


Text Example

White with #952853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952853; }

 p { color: rgb(149,40,83); }

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

background-color css

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

 a { background-color: rgb(149,40,83); }

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

border-color css

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

 span { border-color: rgb(149,40,83); }

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