#520F19

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

Shades of Bordeaux #520F19

Tints of Bordeaux #520F19

Color information

#520F19 (or 0x520F19) is unknown color: approx Bordeaux. HEX triplet: 52, 0F and 19. RGB value is (82,15,25). Sum of RGB (Red+Green+Blue) = 82+15+25=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F19 is #ADF0E6. Grayscale: #242424. Windows color (decimal): -11399399 or 1642322. OLE color: 1642322.

HSL color Cylindrical-coordinate representation of color #520F19: hue angle of 351.04º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F19 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB821525-
CMYK00.820.700.68
HSL351.04º69.07%19.02%-
HSV(B)351.04º81.71%32.16%-
XYZ3.832.211.14-
YUV36.17121.7160.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=67.21%
G=12.30%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82152500.820.700.68351.0469.0719.02
Hex52F19052464415f4513
Octal1221731012210610453710523
Binary10100101111110010101001010001101000100101011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520F19; }

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

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

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

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

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

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

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

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