Html Css Color HEX #953250 Lipstick

📋 copy color: '#953250'

red 149 ◦ green 50 ◦ blue 80

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

Shades of Lipstick #953250

Tints of Lipstick #953250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 53.41%
G = 17.92%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#953250 (or 0x953250) is known color: Lipstick. HEX triplet: 95, 32 and 50. RGB value is (149,50,80). Sum of RGB (Red+Green+Blue) = 149+50+80=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #953250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953250 is #6ACDAF. Grayscale: #525252. Windows color (decimal): -6999472 or 5255829. OLE color: 5255829.

HSL color Cylindrical-coordinate representation of color #953250: hue angle of 341.82º 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 #953250 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 80 -
CMYK 0 0.66 0.46 0.42
HSL 341.82º 0.5% 0.39% -
HSV(B) 341.82º 0.66% 0.58% -
XYZ 14.98 9.25 8.59 -
YUV 83.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 149 50 80 0 0.66 0.46 0.42 341.82 0.5 0.39
Hex 95 32 50 0 42 2E 2A 156 32 27
Octal 225 62 120 0 102 56 52 526 62 47
Binary 10010101 110010 1010000 0 1000010 101110 101010 101010110 110010 100111

Color Harmonies of #953250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953250

Black with #953250

Text Example


Text Example

White with #953250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953250; }

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

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

background-color css

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

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

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

border-color css

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

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

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