#82393A

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

Shades of Stiletto #82393A

Tints of Stiletto #82393A

Color information

#82393A (or 0x82393A) is unknown color: approx Stiletto. HEX triplet: 82, 39 and 3A. RGB value is (130,57,58). Sum of RGB (Red+Green+Blue) = 130+57+58=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82393A is #7DC6C5. Grayscale: #4F4F4F. Windows color (decimal): -8242886 or 3815810. OLE color: 3815810.

HSL color Cylindrical-coordinate representation of color #82393A: hue angle of 359.18º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82393A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1305758-
CMYK00.560.550.49
HSL359.18º39.04%36.67%-
HSV(B)359.18º56.15%50.98%-
XYZ11.437.984.94-
YUV78.94116.18164.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=53.06%
G=23.27%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130575800.560.550.49359.1839.0436.67
Hex82393A03837311672725
Octal202717207067615474745
Binary100000101110011110100111000110111110001101100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82393A; }

 p { color: rgb(130,57,58); }

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

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

 a { background-color: rgb(130,57,58); }

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

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

 span { border-color: rgb(130,57,58); }

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