#54080E

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

Shades of Bordeaux #54080E

Tints of Bordeaux #54080E

Color information

#54080E (or 0x54080E) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 0E. RGB value is (84,8,14). Sum of RGB (Red+Green+Blue) = 84+8+14=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #54080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080E is #ABF7F1. Grayscale: #1F1F1F. Windows color (decimal): -11270130 or 919636. OLE color: 919636.

HSL color Cylindrical-coordinate representation of color #54080E: hue angle of 355.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54080E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB84814-
CMYK00.900.830.67
HSL355.26º82.61%18.04%-
HSV(B)355.26º90.48%32.94%-
XYZ3.822.090.62-
YUV31.41118.18165.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=79.25%
G=7.55%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8481400.900.830.67355.2682.6118.04
Hex548E05A53431635312
Octal1241016013212310354312322
Binary1010100100011100101101010100111000011101100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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