#824243

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

Shades of Stiletto #824243

Tints of Stiletto #824243

Color information

#824243 (or 0x824243) is unknown color: approx Stiletto. HEX triplet: 82, 42 and 43. RGB value is (130,66,67). Sum of RGB (Red+Green+Blue) = 130+66+67=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824243 is #7DBDBC. Grayscale: #555555. Windows color (decimal): -8240573 or 4407938. OLE color: 4407938.

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

Color convert

RGB1306667-
CMYK00.490.480.49
HSL359.06º32.65%38.43%-
HSV(B)359.06º49.23%50.98%-
XYZ12.179.056.42-
YUV85.25117.7159.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=49.43%
G=25.10%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130666700.490.480.49359.0632.6538.43
Hex82424303130311672126
Octal20210210306160615474146
Binary10000010100001010000110110001110000110001101100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824243; }

 p { color: rgb(130,66,67); }

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

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

 a { background-color: rgb(130,66,67); }

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

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

 span { border-color: rgb(130,66,67); }

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