#51171D

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

Shades of Bordeaux #51171D

Tints of Bordeaux #51171D

Color information

#51171D (or 0x51171D) is unknown color: approx Bordeaux. HEX triplet: 51, 17 and 1D. RGB value is (81,23,29). Sum of RGB (Red+Green+Blue) = 81+23+29=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51171D is #AEE8E2. Grayscale: #292929. Windows color (decimal): -11462883 or 1906513. OLE color: 1906513.

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

Color convert

RGB812329-
CMYK00.720.640.68
HSL353.79º55.77%20.39%-
HSV(B)353.79º71.6%31.76%-
XYZ3.922.451.43-
YUV41.03121.22156.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=60.90%
G=17.29%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81232900.720.640.68353.7955.7720.39
Hex51171D04840441623814
Octal121273501101001045427024
Binary10100011011111101010010001000000100010010110001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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