#511927

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

Shades of Bordeaux #511927

Tints of Bordeaux #511927

Color information

#511927 (or 0x511927) is unknown color: approx Bordeaux. HEX triplet: 51, 19 and 27. RGB value is (81,25,39). Sum of RGB (Red+Green+Blue) = 81+25+39=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511927 is #AEE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11462361 or 2562385. OLE color: 2562385.

HSL color Cylindrical-coordinate representation of color #511927: hue angle of 345º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511927 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB812539-
CMYK00.690.520.68
HSL345º52.83%20.78%-
HSV(B)345º69.14%31.76%-
XYZ4.112.592.2-
YUV43.34125.55154.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=55.86%
G=17.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81253900.690.520.6834552.8320.78
Hex51192704534441593515
Octal12131470105641045316525
Binary10100011100110011101000101110100100010010101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511927; }

 p { color: rgb(81,25,39); }

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

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

 a { background-color: rgb(81,25,39); }

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

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

 span { border-color: rgb(81,25,39); }

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