#80353A

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

Shades of Stiletto #80353A

Tints of Stiletto #80353A

Color information

#80353A (or 0x80353A) is unknown color: approx Stiletto. HEX triplet: 80, 35 and 3A. RGB value is (128,53,58). Sum of RGB (Red+Green+Blue) = 128+53+58=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353A is #7FCAC5. Grayscale: #4C4C4C. Windows color (decimal): -8374982 or 3814784. OLE color: 3814784.

HSL color Cylindrical-coordinate representation of color #80353A: hue angle of 356º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1285358-
CMYK00.590.550.50
HSL356º41.44%35.49%-
HSV(B)356º58.59%50.2%-
XYZ10.947.444.86-
YUV75.99117.85165.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=53.56%
G=22.18%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128535800.590.550.5035641.4435.49
Hex80353A03B37321642923
Octal200657207367625445143
Binary100000001101011110100111011110111110010101100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80353A; }

 p { color: rgb(128,53,58); }

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

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

 a { background-color: rgb(128,53,58); }

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

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

 span { border-color: rgb(128,53,58); }

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