#51121f

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

Shades of Bordeaux #51121F

Tints of Bordeaux #51121F

Color information

#51121F (or 0x51121F) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 1F. RGB value is (81,18,31). Sum of RGB (Red+Green+Blue) = 81+18+31=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51121F is #AEEDE0. Grayscale: #262626. Windows color (decimal): -11464161 or 2036305. OLE color: 2036305.

HSL color Cylindrical-coordinate representation of color #51121F: hue angle of 347.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51121F is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB811831-
CMYK00.780.620.68
HSL347.62º63.64%19.41%-
HSV(B)347.62º77.78%31.76%-
XYZ3.862.281.53-
YUV38.32123.87158.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=62.31%
G=13.85%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81183100.780.620.68347.6263.6419.41
Hex51121F04E3E4415c4013
Octal121223701167610453410023
Binary10100011001011111010011101111101000100101011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51121f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51121f; }

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

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

<style>
 a { background-color: #51121f; }

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

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

<style>
 span { border-color: #51121f; }

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

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