#54071F

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

Shades of Bordeaux #54071F

Tints of Bordeaux #54071F

Color information

#54071F (or 0x54071F) is unknown color: approx Bordeaux. HEX triplet: 54, 07 and 1F. RGB value is (84,7,31). Sum of RGB (Red+Green+Blue) = 84+7+31=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #54071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54071F is #ABF8E0. Grayscale: #202020. Windows color (decimal): -11270369 or 2033492. OLE color: 2033492.

HSL color Cylindrical-coordinate representation of color #54071F: hue angle of 341.3º 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 #54071F is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB84731-
CMYK00.920.630.67
HSL341.3º84.62%17.84%-
HSV(B)341.3º91.67%32.94%-
XYZ3.982.141.5-
YUV32.76127.01164.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.85%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=68.85%
G=5.74%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8473100.920.630.67341.384.6217.84
Hex5471F05C3F431555512
Octal12473701347710352512522
Binary101010011111111010111001111111000011101010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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