#82383A

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

Shades of Stiletto #82383A

Tints of Stiletto #82383A

Color information

#82383A (or 0x82383A) is unknown color: approx Stiletto. HEX triplet: 82, 38 and 3A. RGB value is (130,56,58). Sum of RGB (Red+Green+Blue) = 130+56+58=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82383A is #7DC7C5. Grayscale: #4E4E4E. Windows color (decimal): -8243142 or 3815554. OLE color: 3815554.

HSL color Cylindrical-coordinate representation of color #82383A: hue angle of 358.38º 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 #82383A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1305658-
CMYK00.570.550.49
HSL358.38º39.78%36.47%-
HSV(B)358.38º56.92%50.98%-
XYZ11.387.884.92-
YUV78.35116.52164.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=53.28%
G=22.95%
B=23.77%

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
Decimal130565800.570.550.49358.3839.7836.47
Hex82383A03937311662824
Octal202707207167615465044
Binary100000101110001110100111001110111110001101100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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