#520919

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

Shades of Bordeaux #520919

Tints of Bordeaux #520919

Color information

#520919 (or 0x520919) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 19. RGB value is (82,9,25). Sum of RGB (Red+Green+Blue) = 82+9+25=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520919 is #ADF6E6. Grayscale: #202020. Windows color (decimal): -11400935 or 1640786. OLE color: 1640786.

HSL color Cylindrical-coordinate representation of color #520919: hue angle of 346.85º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520919 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB82925-
CMYK00.890.700.68
HSL346.85º80.22%17.84%-
HSV(B)346.85º89.02%32.16%-
XYZ3.752.061.12-
YUV32.65123.68163.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=70.69%
G=7.76%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8292500.890.700.68346.8580.2217.84
Hex52919059464415b5012
Octal1221131013110610453312022
Binary10100101001110010101100110001101000100101011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520919; }

 p { color: rgb(82,9,25); }

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

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

 a { background-color: rgb(82,9,25); }

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

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

 span { border-color: rgb(82,9,25); }

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