#511518

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

Shades of Bordeaux #511518

Tints of Bordeaux #511518

Color information

#511518 (or 0x511518) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 18. RGB value is (81,21,24). Sum of RGB (Red+Green+Blue) = 81+21+24=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511518 is #AEEAE7. Grayscale: #272727. Windows color (decimal): -11463400 or 1578321. OLE color: 1578321.

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

Color convert

RGB812124-
CMYK00.740.700.68
HSL357º58.82%20%-
HSV(B)357º74.07%31.76%-
XYZ3.832.351.12-
YUV39.28119.38157.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=64.29%
G=16.67%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81212400.740.700.6835758.8220
Hex51151804A46441653b14
Octal121253001121061045457324
Binary10100011010111000010010101000110100010010110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511518; }

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

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

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

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

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

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

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

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