#511221

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

Shades of Bordeaux #511221

Tints of Bordeaux #511221

Color information

#511221 (or 0x511221) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 21. RGB value is (81,18,33). Sum of RGB (Red+Green+Blue) = 81+18+33=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511221 is #AEEDDE. Grayscale: #262626. Windows color (decimal): -11464159 or 2167377. OLE color: 2167377.

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

Color convert

RGB811833-
CMYK00.780.590.68
HSL345.71º63.64%19.41%-
HSV(B)345.71º77.78%31.76%-
XYZ3.882.291.68-
YUV38.55124.87158.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 33 (13.28% from 255) = 25%
R=61.36%
G=13.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81183300.780.590.68345.7163.6419.41
Hex51122104E3B4415a4013
Octal121224101167310453210023
Binary101000110010100001010011101110111000100101011010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511221; }

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

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

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

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

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

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

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

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