#511422

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

Shades of Bordeaux #511422

Tints of Bordeaux #511422

Color information

#511422 (or 0x511422) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 22. RGB value is (81,20,34). Sum of RGB (Red+Green+Blue) = 81+20+34=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511422 is #AEEBDD. Grayscale: #272727. Windows color (decimal): -11463646 or 2233425. OLE color: 2233425.

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

Color convert

RGB812034-
CMYK00.750.580.68
HSL346.23º60.4%19.8%-
HSV(B)346.23º75.31%31.76%-
XYZ3.932.371.76-
YUV39.83124.71157.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=60%
G=14.81%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81203400.750.580.68346.2360.419.8
Hex51142204B3A4415a3c14
Octal12124420113721045327424
Binary10100011010010001001001011111010100010010101101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511422; }

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

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

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

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

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

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

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

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