#511324

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

Shades of Bordeaux #511324

Tints of Bordeaux #511324

Color information

#511324 (or 0x511324) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 24. RGB value is (81,19,36). Sum of RGB (Red+Green+Blue) = 81+19+36=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511324 is #AEECDB. Grayscale: #272727. Windows color (decimal): -11463900 or 2364241. OLE color: 2364241.

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

Color convert

RGB811936-
CMYK00.770.560.68
HSL343.55º62%19.61%-
HSV(B)343.55º76.54%31.76%-
XYZ3.942.341.91-
YUV39.48126.04157.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=59.56%
G=13.97%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81193600.770.560.68343.556219.61
Hex51132404D38441583e14
Octal12123440115701045307624
Binary10100011001110010001001101111000100010010101100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511324; }

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

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

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

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

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

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

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

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