#82383B

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

Shades of Stiletto #82383B

Tints of Stiletto #82383B

Color information

#82383B (or 0x82383B) is unknown color: approx Stiletto. HEX triplet: 82, 38 and 3B. RGB value is (130,56,59). Sum of RGB (Red+Green+Blue) = 130+56+59=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82383B is #7DC7C4. Grayscale: #4E4E4E. Windows color (decimal): -8243141 or 3881090. OLE color: 3881090.

HSL color Cylindrical-coordinate representation of color #82383B: hue angle of 357.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82383B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1305659-
CMYK00.570.550.49
HSL357.57º39.78%36.47%-
HSV(B)357.57º56.92%50.98%-
XYZ11.417.895.06-
YUV78.47117.02164.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=53.06%
G=22.86%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130565900.570.550.49357.5739.7836.47
Hex82383B03937311662824
Octal202707307167615465044
Binary100000101110001110110111001110111110001101100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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