#511124

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

Shades of Bordeaux #511124

Tints of Bordeaux #511124

Color information

#511124 (or 0x511124) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 24. RGB value is (81,17,36). Sum of RGB (Red+Green+Blue) = 81+17+36=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511124 is #AEEEDB. Grayscale: #262626. Windows color (decimal): -11464412 or 2363729. OLE color: 2363729.

HSL color Cylindrical-coordinate representation of color #511124: hue angle of 342.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511124 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB811736-
CMYK00.790.560.68
HSL342.19º65.31%19.22%-
HSV(B)342.19º79.01%31.76%-
XYZ3.912.281.9-
YUV38.3126.7158.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=60.45%
G=12.69%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81173600.790.560.68342.1965.3119.22
Hex51112404F38441564113
Octal121214401177010452610123
Binary101000110001100100010011111110001000100101010110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511124; }

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

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

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

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

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

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

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

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