#54090E

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

Shades of Bordeaux #54090E

Tints of Bordeaux #54090E

Color information

#54090E (or 0x54090E) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 0E. RGB value is (84,9,14). Sum of RGB (Red+Green+Blue) = 84+9+14=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #54090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090E is #ABF6F1. Grayscale: #202020. Windows color (decimal): -11269874 or 919892. OLE color: 919892.

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

Color convert

RGB84914-
CMYK00.890.830.67
HSL356º80.65%18.24%-
HSV(B)356º89.29%32.94%-
XYZ3.832.110.62-
YUV32117.85165.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=78.50%
G=8.41%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8491400.890.830.6735680.6518.24
Hex549E05953431645112
Octal1241116013112310354412122
Binary1010100100111100101100110100111000011101100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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