#54041B

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

Shades of Bordeaux #54041B

Tints of Bordeaux #54041B

Color information

#54041B (or 0x54041B) is unknown color: approx Bordeaux. HEX triplet: 54, 04 and 1B. RGB value is (84,4,27). Sum of RGB (Red+Green+Blue) = 84+4+27=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54041B is #ABFBE4. Grayscale: #1E1E1E. Windows color (decimal): -11271141 or 1770580. OLE color: 1770580.

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

Color convert

RGB84427-
CMYK00.950.680.67
HSL342.75º90.91%17.25%-
HSV(B)342.75º95.24%32.94%-
XYZ3.92.051.23-
YUV30.54126166.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.04%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=73.04%
G=3.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8442700.950.680.67342.7590.9117.25
Hex5441B05F44431575b11
Octal124433013710410352713321
Binary1010100100110110101111110001001000011101010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54041B; }

 p { color: rgb(84,4,27); }

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

<style>
 a { background-color: #54041B; }

 a { background-color: rgb(84,4,27); }

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

<style>
 span { border-color: #54041B; }

 span { border-color: rgb(84,4,27); }

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