#520B0F

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

Shades of Bordeaux #520B0F

Tints of Bordeaux #520B0F

Color information

#520B0F (or 0x520B0F) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 0F. RGB value is (82,11,15). Sum of RGB (Red+Green+Blue) = 82+11+15=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B0F is #ADF4F0. Grayscale: #202020. Windows color (decimal): -11400433 or 985938. OLE color: 985938.

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

Color convert

RGB821115-
CMYK00.870.820.68
HSL356.62º76.34%18.24%-
HSV(B)356.62º86.59%32.16%-
XYZ3.692.070.66-
YUV32.68118.02163.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=75.93%
G=10.19%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82111500.870.820.68356.6276.3418.24
Hex52BF05752441654c12
Octal1221317012712210454511422
Binary1010010101111110101011110100101000100101100101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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