#51101B

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

Shades of Bordeaux #51101B

Tints of Bordeaux #51101B

Color information

#51101B (or 0x51101B) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 1B. RGB value is (81,16,27). Sum of RGB (Red+Green+Blue) = 81+16+27=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101B is #AEEFE4. Grayscale: #242424. Windows color (decimal): -11464677 or 1773649. OLE color: 1773649.

HSL color Cylindrical-coordinate representation of color #51101B: hue angle of 349.85º 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 #51101B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB811627-
CMYK00.800.670.68
HSL349.85º67.01%19.02%-
HSV(B)349.85º80.25%31.76%-
XYZ3.782.21.26-
YUV36.69122.53159.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=65.32%
G=12.90%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81162700.800.670.68349.8567.0119.02
Hex51101B050434415e4313
Octal1212033012010310453610323
Binary101000110000110110101000010000111000100101011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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