#82383F

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

Shades of Stiletto #82383F

Tints of Stiletto #82383F

Color information

#82383F (or 0x82383F) is unknown color: approx Stiletto. HEX triplet: 82, 38 and 3F. RGB value is (130,56,63). Sum of RGB (Red+Green+Blue) = 130+56+63=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82383F is #7DC7C0. Grayscale: #4E4E4E. Windows color (decimal): -8243137 or 4143234. OLE color: 4143234.

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

Color convert

RGB1305663-
CMYK00.570.520.49
HSL354.32º39.78%36.47%-
HSV(B)354.32º56.92%50.98%-
XYZ11.527.935.63-
YUV78.92119.02164.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 63 (25% from 255) = 25.30%
R=52.21%
G=22.49%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130566300.570.520.49354.3239.7836.47
Hex82383F03934311622824
Octal202707707164615425044
Binary100000101110001111110111001110100110001101100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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