#510513

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

Shades of Bordeaux #510513

Tints of Bordeaux #510513

Color information

#510513 (or 0x510513) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 13. RGB value is (81,5,19). Sum of RGB (Red+Green+Blue) = 81+5+19=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #510513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510513 is #AEFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11467501 or 1246545. OLE color: 1246545.

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

Color convert

RGB81519-
CMYK00.940.770.68
HSL348.95º88.37%16.86%-
HSV(B)348.95º93.83%31.76%-
XYZ3.571.90.8-
YUV29.32122.18164.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.14%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=77.14%
G=4.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151900.940.770.68348.9588.3716.86
Hex5151305E4D4415d5811
Octal121523013611510453513021
Binary1010001101100110101111010011011000100101011101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510513; }

 p { color: rgb(81,5,19); }

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

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

 a { background-color: rgb(81,5,19); }

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

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

 span { border-color: rgb(81,5,19); }

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