#511822

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

Shades of Bordeaux #511822

Tints of Bordeaux #511822

Color information

#511822 (or 0x511822) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 22. RGB value is (81,24,34). Sum of RGB (Red+Green+Blue) = 81+24+34=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511822 is #AEE7DD. Grayscale: #2A2A2A. Windows color (decimal): -11462622 or 2234449. OLE color: 2234449.

HSL color Cylindrical-coordinate representation of color #511822: hue angle of 349.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511822 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB812434-
CMYK00.700.580.68
HSL349.47º54.29%20.59%-
HSV(B)349.47º70.37%31.76%-
XYZ4.012.521.79-
YUV42.18123.38155.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=58.27%
G=17.27%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243400.700.580.68349.4754.2920.59
Hex5118220463A4415d3615
Octal12130420106721045356625
Binary10100011100010001001000110111010100010010101110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511822; }

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

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

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

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

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

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

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

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