#54091c

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

Shades of Bordeaux #54091C

Tints of Bordeaux #54091C

Color information

#54091C (or 0x54091C) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 1C. RGB value is (84,9,28). Sum of RGB (Red+Green+Blue) = 84+9+28=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54091C is #ABF6E3. Grayscale: #212121. Windows color (decimal): -11269860 or 1837396. OLE color: 1837396.

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

Color convert

RGB84928-
CMYK00.890.670.67
HSL344.8º80.65%18.24%-
HSV(B)344.8º89.29%32.94%-
XYZ3.962.161.31-
YUV33.59124.85163.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=69.42%
G=7.44%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8492800.890.670.67344.880.6518.24
Hex5491C05943431595112
Octal1241134013110310353112122
Binary10101001001111000101100110000111000011101011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54091c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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