#80383F

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

Shades of Stiletto #80383F

Tints of Stiletto #80383F

Color information

#80383F (or 0x80383F) is unknown color: approx Stiletto. HEX triplet: 80, 38 and 3F. RGB value is (128,56,63). Sum of RGB (Red+Green+Blue) = 128+56+63=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #80383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80383F is #7FC7C0. Grayscale: #4E4E4E. Windows color (decimal): -8374209 or 4143232. OLE color: 4143232.

HSL color Cylindrical-coordinate representation of color #80383F: hue angle of 354.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80383F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1285663-
CMYK00.560.510.50
HSL354.17º39.13%36.08%-
HSV(B)354.17º56.25%50.2%-
XYZ11.217.785.61-
YUV78.33119.35163.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 63 (25% from 255) = 25.51%
R=51.82%
G=22.67%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128566300.560.510.50354.1739.1336.08
Hex80383F03833321622724
Octal200707707063625424744
Binary100000001110001111110111000110011110010101100010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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