#520320

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

Shades of Bordeaux #520320

Tints of Bordeaux #520320

Color information

#520320 (or 0x520320) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 20. RGB value is (82,3,32). Sum of RGB (Red+Green+Blue) = 82+3+32=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #520320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520320 is #ADFCDF. Grayscale: #1D1D1D. Windows color (decimal): -11402464 or 2098002. OLE color: 2098002.

HSL color Cylindrical-coordinate representation of color #520320: hue angle of 337.97º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520320 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB82332-
CMYK00.960.610.68
HSL337.97º92.94%16.67%-
HSV(B)337.97º96.34%32.16%-
XYZ3.771.961.55-
YUV29.93129.17165.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=70.09%
G=2.56%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8233200.960.610.68337.9792.9416.67
Hex523200603D441525d11
Octal12234001407510452213521
Binary101001011100000011000001111011000100101010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520320; }

 p { color: rgb(82,3,32); }

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

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

 a { background-color: rgb(82,3,32); }

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

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

 span { border-color: rgb(82,3,32); }

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