#51011A

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

Shades of Bordeaux #51011A

Tints of Bordeaux #51011A

Color information

#51011A (or 0x51011A) is unknown color: approx Bordeaux. HEX triplet: 51, 01 and 1A. RGB value is (81,1,26). Sum of RGB (Red+Green+Blue) = 81+1+26=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #51011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51011A is #AEFEE5. Grayscale: #1B1B1B. Windows color (decimal): -11468518 or 1704273. OLE color: 1704273.

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

Color convert

RGB81126-
CMYK00.990.680.68
HSL341.25º97.56%16.08%-
HSV(B)341.25º98.77%31.76%-
XYZ3.591.851.14-
YUV27.77127165.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=75%
G=0.93%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112600.990.680.68341.2597.5616.08
Hex5111A06344441556210
Octal121132014310410452514220
Binary10100011110100110001110001001000100101010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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