#80393E

Color #80393E Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #80393E

Tints of Stiletto #80393E

Color information

#80393E (or 0x80393E) is unknown color: approx Stiletto. HEX triplet: 80, 39 and 3E. RGB value is (128,57,62). Sum of RGB (Red+Green+Blue) = 128+57+62=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #80393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80393E is #7FC6C1. Grayscale: #4E4E4E. Windows color (decimal): -8373954 or 4077952. OLE color: 4077952.

HSL color Cylindrical-coordinate representation of color #80393E: hue angle of 355.77º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80393E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1285762-
CMYK00.550.520.50
HSL355.77º38.38%36.27%-
HSV(B)355.77º55.47%50.2%-
XYZ11.237.865.48-
YUV78.8118.52163.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=51.82%
G=23.08%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128576200.550.520.50355.7738.3836.27
Hex80393E03734321642624
Octal200717606764625444644
Binary100000001110011111100110111110100110010101100100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80393E; }

 p { color: rgb(128,57,62); }

 H1.HeaderClassName
 {
   color: #80393E;
 }
 .AnyTagClassName
 {
   color: #80393E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,57,62); }

 div.DivClassName
 {
   background-color: #80393E;
 }
 .BgClassName
 {
   background-color: #80393E;
 }
</style>
border-color css

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

 span { border-color: rgb(128,57,62); }

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