Html Css Color HEX #953260 Lipstick

📋 copy color: '#953260'

red 149 ◦ green 50 ◦ blue 96

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

Shades of Lipstick #953260

Tints of Lipstick #953260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 50.51%
G = 16.95%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#953260 (or 0x953260) is known color: Lipstick. HEX triplet: 95, 32 and 60. RGB value is (149,50,96). Sum of RGB (Red+Green+Blue) = 149+50+96=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953260 is #6ACD9F. Grayscale: #545454. Windows color (decimal): -6999456 or 6304405. OLE color: 6304405.

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

Color convert

RGB 149 50 96 -
CMYK 0 0.66 0.36 0.42
HSL 332.12º 0.5% 0.39% -
HSV(B) 332.12º 0.66% 0.58% -
XYZ 15.65 9.52 12.08 -
YUV 84.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 149 50 96 0 0.66 0.36 0.42 332.12 0.5 0.39
Hex 95 32 60 0 42 24 2A 14C 32 27
Octal 225 62 140 0 102 44 52 514 62 47
Binary 10010101 110010 1100000 0 1000010 100100 101010 101001100 110010 100111

Color Harmonies of #953260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953260

Black with #953260

Text Example


Text Example

White with #953260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953260; }

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

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

background-color css

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

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

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

border-color css

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

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

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