#54051A

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

Shades of Bordeaux #54051A

Tints of Bordeaux #54051A

Color information

#54051A (or 0x54051A) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 1A. RGB value is (84,5,26). Sum of RGB (Red+Green+Blue) = 84+5+26=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051A is #ABFAE5. Grayscale: #1F1F1F. Windows color (decimal): -11270886 or 1705300. OLE color: 1705300.

HSL color Cylindrical-coordinate representation of color #54051A: hue angle of 344.05º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB84526-
CMYK00.940.690.67
HSL344.05º88.76%17.45%-
HSV(B)344.05º94.05%32.94%-
XYZ3.92.071.17-
YUV31.01125.17165.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.04%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=73.04%
G=4.35%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452600.940.690.67344.0588.7617.45
Hex5451A05E45431585911
Octal124532013610510353013121
Binary1010100101110100101111010001011000011101011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,5,26); }

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

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

 a { background-color: rgb(84,5,26); }

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

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

 span { border-color: rgb(84,5,26); }

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