#510815

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

Shades of Bordeaux #510815

Tints of Bordeaux #510815

Color information

#510815 (or 0x510815) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 15. RGB value is (81,8,21). Sum of RGB (Red+Green+Blue) = 81+8+21=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #510815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510815 is #AEF7EA. Grayscale: #1F1F1F. Windows color (decimal): -11466731 or 1378385. OLE color: 1378385.

HSL color Cylindrical-coordinate representation of color #510815: hue angle of 349.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510815 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB81821-
CMYK00.900.740.68
HSL349.32º82.02%17.45%-
HSV(B)349.32º90.12%31.76%-
XYZ3.621.980.9-
YUV31.31122.18163.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=73.64%
G=7.27%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182100.900.740.68349.3282.0217.45
Hex5181505A4A4415d5211
Octal1211025013211210453512221
Binary10100011000101010101101010010101000100101011101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510815; }

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

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

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

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

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

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

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

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