#51121C

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

Shades of Bordeaux #51121C

Tints of Bordeaux #51121C

Color information

#51121C (or 0x51121C) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 1C. RGB value is (81,18,28). Sum of RGB (Red+Green+Blue) = 81+18+28=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51121C is #AEEDE3. Grayscale: #262626. Windows color (decimal): -11464164 or 1839697. OLE color: 1839697.

HSL color Cylindrical-coordinate representation of color #51121C: hue angle of 350.48º 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 #51121C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB811828-
CMYK00.780.650.68
HSL350.48º63.64%19.41%-
HSV(B)350.48º77.78%31.76%-
XYZ3.822.271.33-
YUV37.98122.37158.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=63.78%
G=14.17%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81182800.780.650.68350.4863.6419.41
Hex51121C04E414415e4013
Octal1212234011610110453610023
Binary101000110010111000100111010000011000100101011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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