#82353C

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

Shades of Stiletto #82353C

Tints of Stiletto #82353C

Color information

#82353C (or 0x82353C) is unknown color: approx Stiletto. HEX triplet: 82, 35 and 3C. RGB value is (130,53,60). Sum of RGB (Red+Green+Blue) = 130+53+60=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82353C is #7DCAC3. Grayscale: #4C4C4C. Windows color (decimal): -8243908 or 3945858. OLE color: 3945858.

HSL color Cylindrical-coordinate representation of color #82353C: hue angle of 354.55º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82353C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1305360-
CMYK00.590.540.49
HSL354.55º42.08%35.88%-
HSV(B)354.55º59.23%50.98%-
XYZ11.297.625.15-
YUV76.82118.51165.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=53.50%
G=21.81%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130536000.590.540.49354.5542.0835.88
Hex82353C03B36311632a24
Octal202657407366615435244
Binary100000101101011111000111011110110110001101100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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