#54061E

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

Shades of Bordeaux #54061E

Tints of Bordeaux #54061E

Color information

#54061E (or 0x54061E) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 1E. RGB value is (84,6,30). Sum of RGB (Red+Green+Blue) = 84+6+30=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061E is #ABF9E1. Grayscale: #202020. Windows color (decimal): -11270626 or 1967700. OLE color: 1967700.

HSL color Cylindrical-coordinate representation of color #54061E: hue angle of 341.54º 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 #54061E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB84630-
CMYK00.930.640.67
HSL341.54º86.67%17.65%-
HSV(B)341.54º92.86%32.94%-
XYZ3.962.111.43-
YUV32.06126.84165.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 30 (12.11% from 255) = 25%
R=70%
G=5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8463000.930.640.67341.5486.6717.65
Hex5461E05D40431565712
Octal124636013510010352612722
Binary1010100110111100101110110000001000011101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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