#511416

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

Shades of Bordeaux #511416

Tints of Bordeaux #511416

Color information

#511416 (or 0x511416) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 16. RGB value is (81,20,22). Sum of RGB (Red+Green+Blue) = 81+20+22=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511416 is #AEEBE9. Grayscale: #262626. Windows color (decimal): -11463658 or 1446993. OLE color: 1446993.

HSL color Cylindrical-coordinate representation of color #511416: hue angle of 358.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511416 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB812022-
CMYK00.750.730.68
HSL358.03º60.4%19.8%-
HSV(B)358.03º75.31%31.76%-
XYZ3.792.311-
YUV38.47118.71158.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=65.85%
G=16.26%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202200.750.730.68358.0360.419.8
Hex51141604B49441663c14
Octal121242601131111045467424
Binary10100011010010110010010111001001100010010110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511416; }

 p { color: rgb(81,20,22); }

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

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

 a { background-color: rgb(81,20,22); }

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

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

 span { border-color: rgb(81,20,22); }

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