#51101E

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

Shades of Bordeaux #51101E

Tints of Bordeaux #51101E

Color information

#51101E (or 0x51101E) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 1E. RGB value is (81,16,30). Sum of RGB (Red+Green+Blue) = 81+16+30=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101E is #AEEFE1. Grayscale: #252525. Windows color (decimal): -11464674 or 1970257. OLE color: 1970257.

HSL color Cylindrical-coordinate representation of color #51101E: hue angle of 347.08º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51101E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB811630-
CMYK00.800.630.68
HSL347.08º67.01%19.02%-
HSV(B)347.08º80.25%31.76%-
XYZ3.812.211.45-
YUV37.03124.03159.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=63.78%
G=12.60%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81163000.800.630.68347.0867.0119.02
Hex51101E0503F4415b4313
Octal121203601207710453310323
Binary10100011000011110010100001111111000100101011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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