#82363E

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

Shades of Stiletto #82363E

Tints of Stiletto #82363E

Color information

#82363E (or 0x82363E) is unknown color: approx Stiletto. HEX triplet: 82, 36 and 3E. RGB value is (130,54,62). Sum of RGB (Red+Green+Blue) = 130+54+62=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82363E is #7DC9C1. Grayscale: #4D4D4D. Windows color (decimal): -8243650 or 4077186. OLE color: 4077186.

HSL color Cylindrical-coordinate representation of color #82363E: hue angle of 353.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82363E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1305462-
CMYK00.580.520.49
HSL353.68º41.3%36.08%-
HSV(B)353.68º58.46%50.98%-
XYZ11.397.735.45-
YUV77.64119.18165.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=52.85%
G=21.95%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130546200.580.520.49353.6841.336.08
Hex82363E03A34311622924
Octal202667607264615425144
Binary100000101101101111100111010110100110001101100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82363E; }

 p { color: rgb(130,54,62); }

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

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

 a { background-color: rgb(130,54,62); }

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

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

 span { border-color: rgb(130,54,62); }

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