#51101A

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

Shades of Bordeaux #51101A

Tints of Bordeaux #51101A

Color information

#51101A (or 0x51101A) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 1A. RGB value is (81,16,26). Sum of RGB (Red+Green+Blue) = 81+16+26=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #51101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101A is #AEEFE5. Grayscale: #242424. Windows color (decimal): -11464678 or 1708113. OLE color: 1708113.

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

Color convert

RGB811626-
CMYK00.800.680.68
HSL350.77º67.01%19.02%-
HSV(B)350.77º80.25%31.76%-
XYZ3.772.191.2-
YUV36.57122.03159.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=65.85%
G=13.01%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81162600.800.680.68350.7767.0119.02
Hex51101A050444415f4313
Octal1212032012010410453710323
Binary101000110000110100101000010001001000100101011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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