#803839

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

Shades of Stiletto #803839

Tints of Stiletto #803839

Color information

#803839 (or 0x803839) is unknown color: approx Stiletto. HEX triplet: 80, 38 and 39. RGB value is (128,56,57). Sum of RGB (Red+Green+Blue) = 128+56+57=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803839 is #7FC7C6. Grayscale: #4D4D4D. Windows color (decimal): -8374215 or 3750016. OLE color: 3750016.

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

Color convert

RGB1285657-
CMYK00.560.550.50
HSL359.17º39.13%36.08%-
HSV(B)359.17º56.25%50.2%-
XYZ11.057.714.78-
YUV77.64116.35163.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=53.11%
G=23.24%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128565700.560.550.50359.1739.1336.08
Hex80383903837321672724
Octal200707107067625474744
Binary100000001110001110010111000110111110010101100111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803839; }

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

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

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

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

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

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

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

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