#511227

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

Shades of Bordeaux #511227

Tints of Bordeaux #511227

Color information

#511227 (or 0x511227) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 27. RGB value is (81,18,39). Sum of RGB (Red+Green+Blue) = 81+18+39=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511227 is #AEEDD8. Grayscale: #272727. Windows color (decimal): -11464153 or 2560593. OLE color: 2560593.

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

Color convert

RGB811839-
CMYK00.780.520.68
HSL340º63.64%19.41%-
HSV(B)340º77.78%31.76%-
XYZ3.982.332.16-
YUV39.23127.87157.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=58.70%
G=13.04%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81183900.780.520.6834063.6419.41
Hex51122704E34441544013
Octal121224701166410452410023
Binary101000110010100111010011101101001000100101010100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511227; }

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

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

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

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

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

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

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

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