#510711

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

Shades of Bordeaux #510711

Tints of Bordeaux #510711

Color information

#510711 (or 0x510711) is unknown color: approx Bordeaux. HEX triplet: 51, 07 and 11. RGB value is (81,7,17). Sum of RGB (Red+Green+Blue) = 81+7+17=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #510711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510711 is #AEF8EE. Grayscale: #1E1E1E. Windows color (decimal): -11466991 or 1115985. OLE color: 1115985.

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

Color convert

RGB81717-
CMYK00.910.790.68
HSL351.89º84.09%17.25%-
HSV(B)351.89º91.36%31.76%-
XYZ3.571.940.72-
YUV30.27120.52164.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.14%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=77.14%
G=6.67%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8171700.910.790.68351.8984.0917.25
Hex5171105B4F441605411
Octal121721013311710454012421
Binary1010001111100010101101110011111000100101100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510711; }

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

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

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

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

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

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

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

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