#80363E

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

Shades of Stiletto #80363E

Tints of Stiletto #80363E

Color information

#80363E (or 0x80363E) is unknown color: approx Stiletto. HEX triplet: 80, 36 and 3E. RGB value is (128,54,62). Sum of RGB (Red+Green+Blue) = 128+54+62=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363E is #7FC9C1. Grayscale: #4D4D4D. Windows color (decimal): -8374722 or 4077184. OLE color: 4077184.

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

Color convert

RGB1285462-
CMYK00.580.520.50
HSL353.51º40.66%35.69%-
HSV(B)353.51º57.81%50.2%-
XYZ11.097.585.44-
YUV77.04119.52164.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=52.46%
G=22.13%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128546200.580.520.50353.5140.6635.69
Hex80363E03A34321622924
Octal200667607264625425144
Binary100000001101101111100111010110100110010101100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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