#54091E

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

Shades of Bordeaux #54091E

Tints of Bordeaux #54091E

Color information

#54091E (or 0x54091E) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 1E. RGB value is (84,9,30). Sum of RGB (Red+Green+Blue) = 84+9+30=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #54091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54091E is #ABF6E1. Grayscale: #212121. Windows color (decimal): -11269858 or 1968468. OLE color: 1968468.

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

Color convert

RGB84930-
CMYK00.890.640.67
HSL343.2º80.65%18.24%-
HSV(B)343.2º89.29%32.94%-
XYZ3.992.171.44-
YUV33.82125.85163.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=68.29%
G=7.32%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8493000.890.640.67343.280.6518.24
Hex5491E05940431575112
Octal1241136013110010352712122
Binary10101001001111100101100110000001000011101010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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