#54091A

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

Shades of Bordeaux #54091A

Tints of Bordeaux #54091A

Color information

#54091A (or 0x54091A) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 1A. RGB value is (84,9,26). Sum of RGB (Red+Green+Blue) = 84+9+26=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54091A is #ABF6E5. Grayscale: #212121. Windows color (decimal): -11269862 or 1706324. OLE color: 1706324.

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

Color convert

RGB84926-
CMYK00.890.690.67
HSL346.4º80.65%18.24%-
HSV(B)346.4º89.29%32.94%-
XYZ3.942.151.19-
YUV33.36123.85164.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=70.59%
G=7.56%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8492600.890.690.67346.480.6518.24
Hex5491A059454315a5112
Octal1241132013110510353212122
Binary10101001001110100101100110001011000011101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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