#510D1D

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

Shades of Bordeaux #510D1D

Tints of Bordeaux #510D1D

Color information

#510D1D (or 0x510D1D) is unknown color: approx Bordeaux. HEX triplet: 51, 0D and 1D. RGB value is (81,13,29). Sum of RGB (Red+Green+Blue) = 81+13+29=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D1D is #AEF2E2. Grayscale: #232323. Windows color (decimal): -11465443 or 1903953. OLE color: 1903953.

HSL color Cylindrical-coordinate representation of color #510D1D: hue angle of 345.88º 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 #510D1D is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB811329-
CMYK00.840.640.68
HSL345.88º72.34%18.43%-
HSV(B)345.88º83.95%31.76%-
XYZ3.762.131.37-
YUV35.16124.53160.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=65.85%
G=10.57%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81132900.840.640.68345.8872.3418.43
Hex51D1D054404415a4812
Octal1211535012410010453211022
Binary10100011101111010101010010000001000100101011010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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