#511215

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

Shades of Bordeaux #511215

Tints of Bordeaux #511215

Color information

#511215 (or 0x511215) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 15. RGB value is (81,18,21). Sum of RGB (Red+Green+Blue) = 81+18+21=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511215 is #AEEDEA. Grayscale: #252525. Windows color (decimal): -11464171 or 1380945. OLE color: 1380945.

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

Color convert

RGB811821-
CMYK00.780.740.68
HSL357.14º63.64%19.41%-
HSV(B)357.14º77.78%31.76%-
XYZ3.752.240.94-
YUV37.18118.87159.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=67.5%
G=15%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81182100.780.740.68357.1463.6419.41
Hex51121504E4A441654013
Octal1212225011611210454510023
Binary101000110010101010100111010010101000100101100101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511215; }

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

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

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

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

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

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

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

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