Html Css Color HEX #993457 Lipstick

📋 copy color: '#993457'

red 153 ◦ green 52 ◦ blue 87

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

Shades of Lipstick #993457

Tints of Lipstick #993457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 52.4%
G = 17.81%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#993457 (or 0x993457) is known color: Lipstick. HEX triplet: 99, 34 and 57. RGB value is (153,52,87). Sum of RGB (Red+Green+Blue) = 153+52+87=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993457 is #66CBA8. Grayscale: #565656. Windows color (decimal): -6736809 or 5715097. OLE color: 5715097.

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

Color convert

RGB 153 52 87 -
CMYK 0 0.66 0.43 0.4
HSL 339.21º 0.49% 0.4% -
HSV(B) 339.21º 0.66% 0.6% -
XYZ 16.09 9.92 10.08 -
YUV 86.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 153 52 87 0 0.66 0.43 0.4 339.21 0.49 0.4
Hex 99 34 57 0 42 2B 28 153 31 28
Octal 231 64 127 0 102 53 50 523 61 50
Binary 10011001 110100 1010111 0 1000010 101011 101000 101010011 110001 101000

Color Harmonies of #993457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993457

Black with #993457

Text Example


Text Example

White with #993457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993457; }

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

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

background-color css

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

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

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

border-color css

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

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

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