#51171F

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

Shades of Bordeaux #51171F

Tints of Bordeaux #51171F

Color information

#51171F (or 0x51171F) is unknown color: approx Bordeaux. HEX triplet: 51, 17 and 1F. RGB value is (81,23,31). Sum of RGB (Red+Green+Blue) = 81+23+31=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #51171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51171F is #AEE8E0. Grayscale: #292929. Windows color (decimal): -11462881 or 2037585. OLE color: 2037585.

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

Color convert

RGB812331-
CMYK00.720.620.68
HSL351.72º55.77%20.39%-
HSV(B)351.72º71.6%31.76%-
XYZ3.952.461.56-
YUV41.25122.22156.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=60%
G=17.04%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81233100.720.620.68351.7255.7720.39
Hex51171F0483E441603814
Octal12127370110761045407024
Binary1010001101111111101001000111110100010010110000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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