#511012

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

Shades of Bordeaux #511012

Tints of Bordeaux #511012

Color information

#511012 (or 0x511012) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 12. RGB value is (81,16,18). Sum of RGB (Red+Green+Blue) = 81+16+18=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #511012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511012 is #AEEFED. Grayscale: #232323. Windows color (decimal): -11464686 or 1183825. OLE color: 1183825.

HSL color Cylindrical-coordinate representation of color #511012: hue angle of 358.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511012 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB811618-
CMYK00.800.780.68
HSL358.15º67.01%19.02%-
HSV(B)358.15º80.25%31.76%-
XYZ3.692.160.8-
YUV35.66118.03160.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=70.43%
G=13.91%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81161800.800.780.68358.1567.0119.02
Hex5110120504E441664313
Octal1212022012011610454610323
Binary101000110000100100101000010011101000100101100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511012; }

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

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

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

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

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

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

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

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