#54050E

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

Shades of Bordeaux #54050E

Tints of Bordeaux #54050E

Color information

#54050E (or 0x54050E) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 0E. RGB value is (84,5,14). Sum of RGB (Red+Green+Blue) = 84+5+14=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #54050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050E is #ABFAF1. Grayscale: #1D1D1D. Windows color (decimal): -11270898 or 918868. OLE color: 918868.

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

Color convert

RGB84514-
CMYK00.940.830.67
HSL353.16º88.76%17.45%-
HSV(B)353.16º94.05%32.94%-
XYZ3.792.030.61-
YUV29.65119.17166.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 81.55%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=81.55%
G=4.85%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8451400.940.830.67353.1688.7617.45
Hex545E05E53431615911
Octal124516013612310354113121
Binary101010010111100101111010100111000011101100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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