#51181F

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

Shades of Bordeaux #51181F

Tints of Bordeaux #51181F

Color information

#51181F (or 0x51181F) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 1F. RGB value is (81,24,31). Sum of RGB (Red+Green+Blue) = 81+24+31=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #51181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181F is #AEE7E0. Grayscale: #292929. Windows color (decimal): -11462625 or 2037841. OLE color: 2037841.

HSL color Cylindrical-coordinate representation of color #51181F: hue angle of 352.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51181F is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB812431-
CMYK00.700.620.68
HSL352.63º54.29%20.59%-
HSV(B)352.63º70.37%31.76%-
XYZ3.972.51.57-
YUV41.84121.88155.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=59.56%
G=17.65%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243100.700.620.68352.6354.2920.59
Hex51181F0463E441613615
Octal12130370106761045416625
Binary1010001110001111101000110111110100010010110000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51181F; }

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

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

<style>
 a { background-color: #51181F; }

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

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

<style>
 span { border-color: #51181F; }

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

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