#54050D

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

Shades of Bordeaux #54050D

Tints of Bordeaux #54050D

Color information

#54050D (or 0x54050D) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 0D. RGB value is (84,5,13). Sum of RGB (Red+Green+Blue) = 84+5+13=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #54050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050D is #ABFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11270899 or 853332. OLE color: 853332.

HSL color Cylindrical-coordinate representation of color #54050D: hue angle of 353.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54050D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB84513-
CMYK00.940.850.67
HSL353.92º88.76%17.45%-
HSV(B)353.92º94.05%32.94%-
XYZ3.782.020.57-
YUV29.53118.67166.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 82.35%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=82.35%
G=4.90%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8451300.940.850.67353.9288.7617.45
Hex545D05E55431625911
Octal124515013612510354213121
Binary101010010111010101111010101011000011101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54050D; }

 p { color: rgb(84,5,13); }

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

<style>
 a { background-color: #54050D; }

 a { background-color: rgb(84,5,13); }

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

<style>
 span { border-color: #54050D; }

 span { border-color: rgb(84,5,13); }

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