#54080F

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

Shades of Bordeaux #54080F

Tints of Bordeaux #54080F

Color information

#54080F (or 0x54080F) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 0F. RGB value is (84,8,15). Sum of RGB (Red+Green+Blue) = 84+8+15=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #54080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080F is #ABF7F0. Grayscale: #1F1F1F. Windows color (decimal): -11270129 or 985172. OLE color: 985172.

HSL color Cylindrical-coordinate representation of color #54080F: hue angle of 354.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54080F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB84815-
CMYK00.900.820.67
HSL354.47º82.61%18.04%-
HSV(B)354.47º90.48%32.94%-
XYZ3.832.090.65-
YUV31.52118.68165.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=78.50%
G=7.48%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8481500.900.820.67354.4782.6118.04
Hex548F05A52431625312
Octal1241017013212210354212322
Binary1010100100011110101101010100101000011101100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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