#51181C

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

Shades of Bordeaux #51181C

Tints of Bordeaux #51181C

Color information

#51181C (or 0x51181C) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 1C. RGB value is (81,24,28). Sum of RGB (Red+Green+Blue) = 81+24+28=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181C is #AEE7E3. Grayscale: #292929. Windows color (decimal): -11462628 or 1841233. OLE color: 1841233.

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

Color convert

RGB812428-
CMYK00.700.650.68
HSL355.79º54.29%20.59%-
HSV(B)355.79º70.37%31.76%-
XYZ3.932.491.37-
YUV41.5120.38156.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=60.90%
G=18.05%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81242800.700.650.68355.7954.2920.59
Hex51181C04641441643615
Octal121303401061011045446625
Binary10100011100011100010001101000001100010010110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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