Html Css Color HEX #993460 Lipstick

📋 copy color: '#993460'

red 153 ◦ green 52 ◦ blue 96

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

Shades of Lipstick #993460

Tints of Lipstick #993460

RGB

 RED value IS 153 (60.16% from 255) = 50.83%

 GREEN value IS 52 (20.7% from 255) = 17.28%

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

R = 50.83%
G = 17.28%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993460 (or 0x993460) is known color: Lipstick. HEX triplet: 99, 34 and 60. RGB value is (153,52,96). Sum of RGB (Red+Green+Blue) = 153+52+96=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993460 is #66CB9F. Grayscale: #575757. Windows color (decimal): -6736800 or 6304921. OLE color: 6304921.

HSL color Cylindrical-coordinate representation of color #993460: hue angle of 333.86º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993460 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 96 -
CMYK 0 0.66 0.37 0.4
HSL 333.86º 0.49% 0.4% -
HSV(B) 333.86º 0.66% 0.6% -
XYZ 16.48 10.07 12.14 -
YUV 87.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 153 52 96 0 0.66 0.37 0.4 333.86 0.49 0.4
Hex 99 34 60 0 42 25 28 14E 31 28
Octal 231 64 140 0 102 45 50 516 61 50
Binary 10011001 110100 1100000 0 1000010 100101 101000 101001110 110001 101000

Color Harmonies of #993460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993460

Black with #993460

Text Example


Text Example

White with #993460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993460; }

 p { color: rgb(153,52,96); }

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

background-color css

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

 a { background-color: rgb(153,52,96); }

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

border-color css

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

 span { border-color: rgb(153,52,96); }

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