#511323

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

Shades of Bordeaux #511323

Tints of Bordeaux #511323

Color information

#511323 (or 0x511323) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 23. RGB value is (81,19,35). Sum of RGB (Red+Green+Blue) = 81+19+35=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511323 is #AEECDC. Grayscale: #272727. Windows color (decimal): -11463901 or 2298705. OLE color: 2298705.

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

Color convert

RGB811935-
CMYK00.770.570.68
HSL344.52º62%19.61%-
HSV(B)344.52º76.54%31.76%-
XYZ3.932.341.83-
YUV39.36125.54157.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=60%
G=14.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81193500.770.570.68344.526219.61
Hex51132304D39441593e14
Octal12123430115711045317624
Binary10100011001110001101001101111001100010010101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511323; }

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

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

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

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

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

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

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

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