#510D1F

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

Shades of Bordeaux #510D1F

Tints of Bordeaux #510D1F

Color information

#510D1F (or 0x510D1F) is unknown color: approx Bordeaux. HEX triplet: 51, 0D and 1F. RGB value is (81,13,31). Sum of RGB (Red+Green+Blue) = 81+13+31=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D1F is #AEF2E0. Grayscale: #232323. Windows color (decimal): -11465441 or 2035025. OLE color: 2035025.

HSL color Cylindrical-coordinate representation of color #510D1F: hue angle of 344.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D1F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB811331-
CMYK00.840.620.68
HSL344.12º72.34%18.43%-
HSV(B)344.12º83.95%31.76%-
XYZ3.782.141.51-
YUV35.38125.53160.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 13 (5.47% from 255) = 10.4%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=64.8%
G=10.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81133100.840.620.68344.1272.3418.43
Hex51D1F0543E441584812
Octal121153701247610453011022
Binary1010001110111111010101001111101000100101011000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,13,31); }

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

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

 a { background-color: rgb(81,13,31); }

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

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

 span { border-color: rgb(81,13,31); }

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