#51171C

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

Shades of Bordeaux #51171C

Tints of Bordeaux #51171C

Color information

#51171C (or 0x51171C) is unknown color: approx Bordeaux. HEX triplet: 51, 17 and 1C. RGB value is (81,23,28). Sum of RGB (Red+Green+Blue) = 81+23+28=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51171C is #AEE8E3. Grayscale: #282828. Windows color (decimal): -11462884 or 1840977. OLE color: 1840977.

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

Color convert

RGB812328-
CMYK00.720.650.68
HSL354.83º55.77%20.39%-
HSV(B)354.83º71.6%31.76%-
XYZ3.912.451.36-
YUV40.91120.72156.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=61.36%
G=17.42%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81232800.720.650.68354.8355.7720.39
Hex51171C04841441633814
Octal121273401101011045437024
Binary10100011011111100010010001000001100010010110001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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