#80363C

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

Shades of Stiletto #80363C

Tints of Stiletto #80363C

Color information

#80363C (or 0x80363C) is unknown color: approx Stiletto. HEX triplet: 80, 36 and 3C. RGB value is (128,54,60). Sum of RGB (Red+Green+Blue) = 128+54+60=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363C is #7FC9C3. Grayscale: #4C4C4C. Windows color (decimal): -8374724 or 3946112. OLE color: 3946112.

HSL color Cylindrical-coordinate representation of color #80363C: hue angle of 355.14º 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 #80363C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1285460-
CMYK00.580.530.50
HSL355.14º40.66%35.69%-
HSV(B)355.14º57.81%50.2%-
XYZ11.047.555.15-
YUV76.81118.52164.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=52.89%
G=22.31%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128546000.580.530.50355.1440.6635.69
Hex80363C03A35321632924
Octal200667407265625435144
Binary100000001101101111000111010110101110010101100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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