#51041A

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

Shades of Bordeaux #51041A

Tints of Bordeaux #51041A

Color information

#51041A (or 0x51041A) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 1A. RGB value is (81,4,26). Sum of RGB (Red+Green+Blue) = 81+4+26=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041A is #AEFBE5. Grayscale: #1D1D1D. Windows color (decimal): -11467750 or 1705041. OLE color: 1705041.

HSL color Cylindrical-coordinate representation of color #51041A: hue angle of 342.86º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51041A is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB81426-
CMYK00.950.680.68
HSL342.86º90.59%16.67%-
HSV(B)342.86º95.06%31.76%-
XYZ3.621.911.16-
YUV29.53126.01164.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=72.97%
G=3.60%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8142600.950.680.68342.8690.5916.67
Hex5141A05F44441575b11
Octal121432013710410452713321
Binary1010001100110100101111110001001000100101010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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