#511418

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

Shades of Bordeaux #511418

Tints of Bordeaux #511418

Color information

#511418 (or 0x511418) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 18. RGB value is (81,20,24). Sum of RGB (Red+Green+Blue) = 81+20+24=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511418 is #AEEBE7. Grayscale: #262626. Windows color (decimal): -11463656 or 1578065. OLE color: 1578065.

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

Color convert

RGB812024-
CMYK00.750.700.68
HSL356.07º60.4%19.8%-
HSV(B)356.07º75.31%31.76%-
XYZ3.812.321.11-
YUV38.69119.71158.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=64.8%
G=16%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202400.750.700.68356.0760.419.8
Hex51141804B46441643c14
Octal121243001131061045447424
Binary10100011010011000010010111000110100010010110010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511418; }

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

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

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

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

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

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

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

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