#54070F

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

Shades of Bordeaux #54070F

Tints of Bordeaux #54070F

Color information

#54070F (or 0x54070F) is unknown color: approx Bordeaux. HEX triplet: 54, 07 and 0F. RGB value is (84,7,15). Sum of RGB (Red+Green+Blue) = 84+7+15=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #54070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070F is #ABF8F0. Grayscale: #1E1E1E. Windows color (decimal): -11270385 or 984916. OLE color: 984916.

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

Color convert

RGB84715-
CMYK00.920.820.67
HSL353.77º84.62%17.84%-
HSV(B)353.77º91.67%32.94%-
XYZ3.822.070.65-
YUV30.94119.01165.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=79.25%
G=6.60%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8471500.920.820.67353.7784.6217.84
Hex547F05C52431625512
Octal124717013412210354212522
Binary101010011111110101110010100101000011101100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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