#521320

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

Shades of Bordeaux #521320

Tints of Bordeaux #521320

Color information

#521320 (or 0x521320) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 20. RGB value is (82,19,32). Sum of RGB (Red+Green+Blue) = 82+19+32=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521320 is #ADECDF. Grayscale: #272727. Windows color (decimal): -11398368 or 2102098. OLE color: 2102098.

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

Color convert

RGB821932-
CMYK00.770.610.68
HSL347.62º62.38%19.8%-
HSV(B)347.62º76.83%32.16%-
XYZ3.972.361.61-
YUV39.32123.87158.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=61.65%
G=14.29%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82193200.770.610.68347.6262.3819.8
Hex52132004D3D4415c3e14
Octal12223400115751045347624
Binary10100101001110000001001101111101100010010101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521320; }

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

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

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

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

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

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

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

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