#824045

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

Shades of Stiletto #824045

Tints of Stiletto #824045

Color information

#824045 (or 0x824045) is unknown color: approx Stiletto. HEX triplet: 82, 40 and 45. RGB value is (130,64,69). Sum of RGB (Red+Green+Blue) = 130+64+69=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824045 is #7DBFBA. Grayscale: #545454. Windows color (decimal): -8241083 or 4538498. OLE color: 4538498.

HSL color Cylindrical-coordinate representation of color #824045: hue angle of 355.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824045 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1306469-
CMYK00.510.470.49
HSL355.45º34.02%38.04%-
HSV(B)355.45º50.77%50.98%-
XYZ12.118.846.7-
YUV84.3119.37160.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=49.43%
G=24.33%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130646900.510.470.49355.4534.0238.04
Hex8240450332F311632226
Octal20210010506357615434246
Binary10000010100000010001010110011101111110001101100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824045; }

 p { color: rgb(130,64,69); }

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

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

 a { background-color: rgb(130,64,69); }

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

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

 span { border-color: rgb(130,64,69); }

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