#510811

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

Shades of Bordeaux #510811

Tints of Bordeaux #510811

Color information

#510811 (or 0x510811) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 11. RGB value is (81,8,17). Sum of RGB (Red+Green+Blue) = 81+8+17=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510811 is #AEF7EE. Grayscale: #1E1E1E. Windows color (decimal): -11466735 or 1116241. OLE color: 1116241.

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

Color convert

RGB81817-
CMYK00.900.790.68
HSL352.6º82.02%17.45%-
HSV(B)352.6º90.12%31.76%-
XYZ3.581.960.72-
YUV30.85120.18163.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=76.42%
G=7.55%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8181700.900.790.68352.682.0217.45
Hex5181105A4F441615211
Octal1211021013211710454112221
Binary10100011000100010101101010011111000100101100001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510811; }

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

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

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

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

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

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

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

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