#82363C

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

Shades of Stiletto #82363C

Tints of Stiletto #82363C

Color information

#82363C (or 0x82363C) is unknown color: approx Stiletto. HEX triplet: 82, 36 and 3C. RGB value is (130,54,60). Sum of RGB (Red+Green+Blue) = 130+54+60=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82363C is #7DC9C3. Grayscale: #4D4D4D. Windows color (decimal): -8243652 or 3946114. OLE color: 3946114.

HSL color Cylindrical-coordinate representation of color #82363C: hue angle of 355.26º 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 #82363C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1305460-
CMYK00.580.540.49
HSL355.26º41.3%36.08%-
HSV(B)355.26º58.46%50.98%-
XYZ11.347.715.17-
YUV77.41118.18165.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=53.28%
G=22.13%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130546000.580.540.49355.2641.336.08
Hex82363C03A36311632924
Octal202667407266615435144
Binary100000101101101111000111010110110110001101100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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