#54061D

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

Shades of Bordeaux #54061D

Tints of Bordeaux #54061D

Color information

#54061D (or 0x54061D) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 1D. RGB value is (84,6,29). Sum of RGB (Red+Green+Blue) = 84+6+29=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061D is #ABF9E2. Grayscale: #1F1F1F. Windows color (decimal): -11270627 or 1902164. OLE color: 1902164.

HSL color Cylindrical-coordinate representation of color #54061D: hue angle of 342.31º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54061D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB84629-
CMYK00.930.650.67
HSL342.31º86.67%17.65%-
HSV(B)342.31º92.86%32.94%-
XYZ3.942.11.36-
YUV31.94126.34165.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=70.59%
G=5.04%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8462900.930.650.67342.3186.6717.65
Hex5461D05D41431565712
Octal124635013510110352612722
Binary1010100110111010101110110000011000011101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54061D; }

 p { color: rgb(84,6,29); }

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

<style>
 a { background-color: #54061D; }

 a { background-color: rgb(84,6,29); }

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

<style>
 span { border-color: #54061D; }

 span { border-color: rgb(84,6,29); }

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