#51011C

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

Shades of Bordeaux #51011C

Tints of Bordeaux #51011C

Color information

#51011C (or 0x51011C) is unknown color: approx Bordeaux. HEX triplet: 51, 01 and 1C. RGB value is (81,1,28). Sum of RGB (Red+Green+Blue) = 81+1+28=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51011C is #AEFEE3. Grayscale: #1B1B1B. Windows color (decimal): -11468516 or 1835345. OLE color: 1835345.

HSL color Cylindrical-coordinate representation of color #51011C: hue angle of 339.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51011C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB81128-
CMYK00.990.650.68
HSL339.75º97.56%16.08%-
HSV(B)339.75º98.77%31.76%-
XYZ3.611.851.27-
YUV28128165.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=73.64%
G=0.91%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112800.990.650.68339.7597.5616.08
Hex5111C06341441546210
Octal121134014310110452414220
Binary10100011111000110001110000011000100101010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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