#511522

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

Shades of Bordeaux #511522

Tints of Bordeaux #511522

Color information

#511522 (or 0x511522) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 22. RGB value is (81,21,34). Sum of RGB (Red+Green+Blue) = 81+21+34=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511522 is #AEEADD. Grayscale: #282828. Windows color (decimal): -11463390 or 2233681. OLE color: 2233681.

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

Color convert

RGB812134-
CMYK00.740.580.68
HSL347º58.82%20%-
HSV(B)347º74.07%31.76%-
XYZ3.952.41.77-
YUV40.42124.38156.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 34 (13.67% from 255) = 25%
R=59.56%
G=15.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81213400.740.580.6834758.8220
Hex51152204A3A4415b3b14
Octal12125420112721045337324
Binary10100011010110001001001010111010100010010101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511522; }

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

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

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

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

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

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

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

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