#520A1F

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

Shades of Bordeaux #520A1F

Tints of Bordeaux #520A1F

Color information

#520A1F (or 0x520A1F) is unknown color: approx Bordeaux. HEX triplet: 52, 0A and 1F. RGB value is (82,10,31). Sum of RGB (Red+Green+Blue) = 82+10+31=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A1F is #ADF5E0. Grayscale: #212121. Windows color (decimal): -11400673 or 2034258. OLE color: 2034258.

HSL color Cylindrical-coordinate representation of color #520A1F: hue angle of 342.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A1F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB821031-
CMYK00.880.620.68
HSL342.5º78.26%18.04%-
HSV(B)342.5º87.8%32.16%-
XYZ3.842.111.5-
YUV33.92126.35162.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=66.67%
G=8.13%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82103100.880.620.68342.578.2618.04
Hex52A1F0583E441564e12
Octal122123701307610452611622
Binary1010010101011111010110001111101000100101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,10,31); }

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

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

 a { background-color: rgb(82,10,31); }

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

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

 span { border-color: rgb(82,10,31); }

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