#823740

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

Shades of Stiletto #823740

Tints of Stiletto #823740

Color information

#823740 (or 0x823740) is unknown color: approx Stiletto. HEX triplet: 82, 37 and 40. RGB value is (130,55,64). Sum of RGB (Red+Green+Blue) = 130+55+64=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #823740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823740 is #7DC8BF. Grayscale: #4E4E4E. Windows color (decimal): -8243392 or 4208514. OLE color: 4208514.

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

Color convert

RGB1305564-
CMYK00.580.510.49
HSL352.8º40.54%36.27%-
HSV(B)352.8º57.69%50.98%-
XYZ11.57.855.76-
YUV78.45119.85164.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=52.21%
G=22.09%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130556400.580.510.49352.840.5436.27
Hex82374003A33311612924
Octal2026710007263615415144
Binary1000001011011110000000111010110011110001101100001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823740; }

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

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

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

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

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

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

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

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