Html Css Color HEX #993257 Lipstick

📋 copy color: '#993257'

red 153 ◦ green 50 ◦ blue 87

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

Shades of Lipstick #993257

Tints of Lipstick #993257

RGB

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

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

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

R = 52.76%
G = 17.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#993257 (or 0x993257) is known color: Lipstick. HEX triplet: 99, 32 and 57. RGB value is (153,50,87). Sum of RGB (Red+Green+Blue) = 153+50+87=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993257 is #66CDA8. Grayscale: #545454. Windows color (decimal): -6737321 or 5714585. OLE color: 5714585.

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

Color convert

RGB 153 50 87 -
CMYK 0 0.67 0.43 0.4
HSL 338.45º 0.51% 0.4% -
HSV(B) 338.45º 0.67% 0.6% -
XYZ 16 9.74 10.05 -
YUV 85.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 153 50 87 0 0.67 0.43 0.4 338.45 0.51 0.4
Hex 99 32 57 0 43 2B 28 152 33 28
Octal 231 62 127 0 103 53 50 522 63 50
Binary 10011001 110010 1010111 0 1000011 101011 101000 101010010 110011 101000

Color Harmonies of #993257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993257

Black with #993257

Text Example


Text Example

White with #993257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993257; }

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

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

background-color css

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

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

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

border-color css

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

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

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