#510720

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

Shades of Bordeaux #510720

Tints of Bordeaux #510720

Color information

#510720 (or 0x510720) is unknown color: approx Bordeaux. HEX triplet: 51, 07 and 20. RGB value is (81,7,32). Sum of RGB (Red+Green+Blue) = 81+7+32=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510720 is #AEF8DF. Grayscale: #1F1F1F. Windows color (decimal): -11466976 or 2099025. OLE color: 2099025.

HSL color Cylindrical-coordinate representation of color #510720: hue angle of 339.73º 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 #510720 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB81732-
CMYK00.910.600.68
HSL339.73º84.09%17.25%-
HSV(B)339.73º91.36%31.76%-
XYZ3.732.011.56-
YUV31.98128.02162.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=67.5%
G=5.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8173200.910.600.68339.7384.0917.25
Hex5172005B3C441545411
Octal12174001337410452412421
Binary1010001111100000010110111111001000100101010100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510720; }

 p { color: rgb(81,7,32); }

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

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

 a { background-color: rgb(81,7,32); }

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

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

 span { border-color: rgb(81,7,32); }

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