Html Css Color HEX #953360 Lipstick

📋 copy color: '#953360'

red 149 ◦ green 51 ◦ blue 96

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

Shades of Lipstick #953360

Tints of Lipstick #953360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 50.34%
G = 17.23%
B = 32.43%

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

#953360 (or 0x953360) is known color: Lipstick. HEX triplet: 95, 33 and 60. RGB value is (149,51,96). Sum of RGB (Red+Green+Blue) = 149+51+96=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #953360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953360 is #6ACC9F. Grayscale: #555555. Windows color (decimal): -6999200 or 6304661. OLE color: 6304661.

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

Color convert

RGB 149 51 96 -
CMYK 0 0.66 0.36 0.42
HSL 332.45º 0.49% 0.39% -
HSV(B) 332.45º 0.66% 0.58% -
XYZ 15.69 9.6 12.09 -
YUV 85.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 149 51 96 0 0.66 0.36 0.42 332.45 0.49 0.39
Hex 95 33 60 0 42 24 2A 14C 31 27
Octal 225 63 140 0 102 44 52 514 61 47
Binary 10010101 110011 1100000 0 1000010 100100 101010 101001100 110001 100111

Color Harmonies of #953360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953360

Black with #953360

Text Example


Text Example

White with #953360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953360; }

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

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

background-color css

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

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

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

border-color css

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

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

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