#51131E

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

Shades of Bordeaux #51131E

Tints of Bordeaux #51131E

Color information

#51131E (or 0x51131E) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 1E. RGB value is (81,19,30). Sum of RGB (Red+Green+Blue) = 81+19+30=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131E is #AEECE1. Grayscale: #262626. Windows color (decimal): -11463906 or 1971025. OLE color: 1971025.

HSL color Cylindrical-coordinate representation of color #51131E: hue angle of 349.35º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51131E is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB811930-
CMYK00.770.630.68
HSL349.35º62%19.61%-
HSV(B)349.35º76.54%31.76%-
XYZ3.862.311.47-
YUV38.79123.04158.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=62.31%
G=14.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81193000.770.630.68349.356219.61
Hex51131E04D3F4415d3e14
Octal12123360115771045357624
Binary1010001100111111001001101111111100010010101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51131E; }

 p { color: rgb(81,19,30); }

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

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

 a { background-color: rgb(81,19,30); }

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

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

 span { border-color: rgb(81,19,30); }

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