#520718

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

Shades of Bordeaux #520718

Tints of Bordeaux #520718

Color information

#520718 (or 0x520718) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 18. RGB value is (82,7,24). Sum of RGB (Red+Green+Blue) = 82+7+24=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #520718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520718 is #ADF8E7. Grayscale: #1F1F1F. Windows color (decimal): -11401448 or 1574738. OLE color: 1574738.

HSL color Cylindrical-coordinate representation of color #520718: hue angle of 346.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520718 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB82724-
CMYK00.910.710.68
HSL346.4º84.27%17.45%-
HSV(B)346.4º91.46%32.16%-
XYZ3.722.011.06-
YUV31.36123.85164.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=72.57%
G=6.19%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8272400.910.710.68346.484.2717.45
Hex5271805B474415a5411
Octal122730013310710453212421
Binary1010010111110000101101110001111000100101011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520718; }

 p { color: rgb(82,7,24); }

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

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

 a { background-color: rgb(82,7,24); }

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

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

 span { border-color: rgb(82,7,24); }

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