#823640

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

Shades of Stiletto #823640

Tints of Stiletto #823640

Color information

#823640 (or 0x823640) is unknown color: approx Stiletto. HEX triplet: 82, 36 and 40. RGB value is (130,54,64). Sum of RGB (Red+Green+Blue) = 130+54+64=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823640 is #7DC9BF. Grayscale: #4D4D4D. Windows color (decimal): -8243648 or 4208258. OLE color: 4208258.

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

Color convert

RGB1305464-
CMYK00.580.510.49
HSL352.11º41.3%36.08%-
HSV(B)352.11º58.46%50.98%-
XYZ11.457.755.74-
YUV77.86120.18165.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=52.42%
G=21.77%
B=25.81%

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
Decimal130546400.580.510.49352.1141.336.08
Hex82364003A33311602924
Octal2026610007263615405144
Binary1000001011011010000000111010110011110001101100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823640; }

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

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

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

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

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

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

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

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