#511417

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

Shades of Bordeaux #511417

Tints of Bordeaux #511417

Color information

#511417 (or 0x511417) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 17. RGB value is (81,20,23). Sum of RGB (Red+Green+Blue) = 81+20+23=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511417 is #AEEBE8. Grayscale: #262626. Windows color (decimal): -11463657 or 1512529. OLE color: 1512529.

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

Color convert

RGB812023-
CMYK00.750.720.68
HSL357.05º60.4%19.8%-
HSV(B)357.05º75.31%31.76%-
XYZ3.82.311.06-
YUV38.58119.21158.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=65.32%
G=16.13%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202300.750.720.68357.0560.419.8
Hex51141704B48441653c14
Octal121242701131101045457424
Binary10100011010010111010010111001000100010010110010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511417; }

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

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

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

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

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

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

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

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