#510820

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

Shades of Bordeaux #510820

Tints of Bordeaux #510820

Color information

#510820 (or 0x510820) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 20. RGB value is (81,8,32). Sum of RGB (Red+Green+Blue) = 81+8+32=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510820 is #AEF7DF. Grayscale: #202020. Windows color (decimal): -11466720 or 2099281. OLE color: 2099281.

HSL color Cylindrical-coordinate representation of color #510820: hue angle of 340.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510820 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB81832-
CMYK00.900.600.68
HSL340.27º82.02%17.45%-
HSV(B)340.27º90.12%31.76%-
XYZ3.742.031.56-
YUV32.56127.68162.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=66.94%
G=6.61%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8183200.900.600.68340.2782.0217.45
Hex5182005A3C441545211
Octal121104001327410452412221
Binary10100011000100000010110101111001000100101010100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510820; }

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

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

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

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

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

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

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

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