#80383B

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

Shades of Stiletto #80383B

Tints of Stiletto #80383B

Color information

#80383B (or 0x80383B) is unknown color: approx Stiletto. HEX triplet: 80, 38 and 3B. RGB value is (128,56,59). Sum of RGB (Red+Green+Blue) = 128+56+59=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80383B is #7FC7C4. Grayscale: #4D4D4D. Windows color (decimal): -8374213 or 3881088. OLE color: 3881088.

HSL color Cylindrical-coordinate representation of color #80383B: hue angle of 357.5º 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 #80383B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1285659-
CMYK00.560.540.50
HSL357.5º39.13%36.08%-
HSV(B)357.5º56.25%50.2%-
XYZ11.117.735.05-
YUV77.87117.35163.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=52.67%
G=23.05%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128565900.560.540.50357.539.1336.08
Hex80383B03836321662724
Octal200707307066625464744
Binary100000001110001110110111000110110110010101100110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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