#521720

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

Shades of Bordeaux #521720

Tints of Bordeaux #521720

Color information

#521720 (or 0x521720) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 20. RGB value is (82,23,32). Sum of RGB (Red+Green+Blue) = 82+23+32=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521720 is #ADE8DF. Grayscale: #292929. Windows color (decimal): -11397344 or 2103122. OLE color: 2103122.

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

Color convert

RGB822332-
CMYK00.720.610.68
HSL350.85º56.19%20.59%-
HSV(B)350.85º71.95%32.16%-
XYZ4.052.511.64-
YUV41.67122.55156.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=59.85%
G=16.79%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233200.720.610.68350.8556.1920.59
Hex5217200483D4415f3815
Octal12227400110751045377025
Binary10100101011110000001001000111101100010010101111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521720; }

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

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

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

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

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

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

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

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