#510D1A

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

Shades of Bordeaux #510D1A

Tints of Bordeaux #510D1A

Color information

#510D1A (or 0x510D1A) is unknown color: approx Bordeaux. HEX triplet: 51, 0D and 1A. RGB value is (81,13,26). Sum of RGB (Red+Green+Blue) = 81+13+26=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D1A is #AEF2E5. Grayscale: #222222. Windows color (decimal): -11465446 or 1707345. OLE color: 1707345.

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

Color convert

RGB811326-
CMYK00.840.680.68
HSL348.53º72.34%18.43%-
HSV(B)348.53º83.95%31.76%-
XYZ3.722.111.19-
YUV34.81123.03160.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=67.5%
G=10.83%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81132600.840.680.68348.5372.3418.43
Hex51D1A054444415d4812
Octal1211532012410410453511022
Binary10100011101110100101010010001001000100101011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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