#51131D

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

Shades of Bordeaux #51131D

Tints of Bordeaux #51131D

Color information

#51131D (or 0x51131D) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 1D. RGB value is (81,19,29). Sum of RGB (Red+Green+Blue) = 81+19+29=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131D is #AEECE2. Grayscale: #262626. Windows color (decimal): -11463907 or 1905489. OLE color: 1905489.

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

Color convert

RGB811929-
CMYK00.770.640.68
HSL350.32º62%19.61%-
HSV(B)350.32º76.54%31.76%-
XYZ3.852.31.4-
YUV38.68122.54158.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=62.79%
G=14.73%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81192900.770.640.68350.326219.61
Hex51131D04D404415e3e14
Octal121233501151001045367624
Binary10100011001111101010011011000000100010010101111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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