#511622

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

Shades of Bordeaux #511622

Tints of Bordeaux #511622

Color information

#511622 (or 0x511622) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 22. RGB value is (81,22,34). Sum of RGB (Red+Green+Blue) = 81+22+34=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511622 is #AEE9DD. Grayscale: #292929. Windows color (decimal): -11463134 or 2233937. OLE color: 2233937.

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

Color convert

RGB812234-
CMYK00.730.580.68
HSL347.8º57.28%20.2%-
HSV(B)347.8º72.84%31.76%-
XYZ3.972.441.77-
YUV41.01124.05156.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=59.12%
G=16.06%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81223400.730.580.68347.857.2820.2
Hex5116220493A4415c3914
Octal12126420111721045347124
Binary10100011011010001001001001111010100010010101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511622; }

 p { color: rgb(81,22,34); }

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

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

 a { background-color: rgb(81,22,34); }

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

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

 span { border-color: rgb(81,22,34); }

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