#54090F

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

Shades of Bordeaux #54090F

Tints of Bordeaux #54090F

Color information

#54090F (or 0x54090F) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 0F. RGB value is (84,9,15). Sum of RGB (Red+Green+Blue) = 84+9+15=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #54090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090F is #ABF6F0. Grayscale: #202020. Windows color (decimal): -11269873 or 985428. OLE color: 985428.

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

Color convert

RGB84915-
CMYK00.890.820.67
HSL355.2º80.65%18.24%-
HSV(B)355.2º89.29%32.94%-
XYZ3.842.110.66-
YUV32.11118.35165.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.78%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=77.78%
G=8.33%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8491500.890.820.67355.280.6518.24
Hex549F05952431635112
Octal1241117013112210354312122
Binary1010100100111110101100110100101000011101100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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