#51101C

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

Shades of Bordeaux #51101C

Tints of Bordeaux #51101C

Color information

#51101C (or 0x51101C) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 1C. RGB value is (81,16,28). Sum of RGB (Red+Green+Blue) = 81+16+28=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101C is #AEEFE3. Grayscale: #242424. Windows color (decimal): -11464676 or 1839185. OLE color: 1839185.

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

Color convert

RGB811628-
CMYK00.800.650.68
HSL348.92º67.01%19.02%-
HSV(B)348.92º80.25%31.76%-
XYZ3.792.21.32-
YUV36.8123.03159.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=64.8%
G=12.8%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81162800.800.650.68348.9267.0119.02
Hex51101C050414415d4313
Octal1212034012010110453510323
Binary101000110000111000101000010000011000100101011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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