#510E15

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

Shades of Bordeaux #510E15

Tints of Bordeaux #510E15

Color information

#510E15 (or 0x510E15) is unknown color: approx Bordeaux. HEX triplet: 51, 0E and 15. RGB value is (81,14,21). Sum of RGB (Red+Green+Blue) = 81+14+21=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #510E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E15 is #AEF1EA. Grayscale: #222222. Windows color (decimal): -11465195 or 1379921. OLE color: 1379921.

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

Color convert

RGB811421-
CMYK00.830.740.68
HSL353.73º70.53%18.63%-
HSV(B)353.73º82.72%31.76%-
XYZ3.692.120.92-
YUV34.83120.2160.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.83%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=69.83%
G=12.07%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81142100.830.740.68353.7370.5318.63
Hex51E150534A441624713
Octal1211625012311210454210723
Binary10100011110101010101001110010101000100101100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510E15; }

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

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

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

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

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

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

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

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