#51181E

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

Shades of Bordeaux #51181E

Tints of Bordeaux #51181E

Color information

#51181E (or 0x51181E) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 1E. RGB value is (81,24,30). Sum of RGB (Red+Green+Blue) = 81+24+30=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #51181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181E is #AEE7E1. Grayscale: #292929. Windows color (decimal): -11462626 or 1972305. OLE color: 1972305.

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

Color convert

RGB812430-
CMYK00.700.630.68
HSL353.68º54.29%20.59%-
HSV(B)353.68º70.37%31.76%-
XYZ3.952.51.5-
YUV41.73121.38156.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=60%
G=17.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243000.700.630.68353.6854.2920.59
Hex51181E0463F441623615
Octal12130360106771045426625
Binary1010001110001111001000110111111100010010110001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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