#80393F

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

Shades of Stiletto #80393F

Tints of Stiletto #80393F

Color information

#80393F (or 0x80393F) is unknown color: approx Stiletto. HEX triplet: 80, 39 and 3F. RGB value is (128,57,63). Sum of RGB (Red+Green+Blue) = 128+57+63=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80393F is #7FC6C0. Grayscale: #4E4E4E. Windows color (decimal): -8373953 or 4143488. OLE color: 4143488.

HSL color Cylindrical-coordinate representation of color #80393F: hue angle of 354.93º 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 #80393F is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1285763-
CMYK00.550.510.50
HSL354.93º38.38%36.27%-
HSV(B)354.93º55.47%50.2%-
XYZ11.267.875.63-
YUV78.91119.02163.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 63 (25% from 255) = 25.40%
R=51.61%
G=22.98%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128576300.550.510.50354.9338.3836.27
Hex80393F03733321632624
Octal200717706763625434644
Binary100000001110011111110110111110011110010101100011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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