#54030D

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

Shades of Bordeaux #54030D

Tints of Bordeaux #54030D

Color information

#54030D (or 0x54030D) is unknown color: approx Bordeaux. HEX triplet: 54, 03 and 0D. RGB value is (84,3,13). Sum of RGB (Red+Green+Blue) = 84+3+13=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #54030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030D is #ABFCF2. Grayscale: #1C1C1C. Windows color (decimal): -11271411 or 852820. OLE color: 852820.

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

Color convert

RGB84313-
CMYK00.960.850.67
HSL352.59º93.1%17.06%-
HSV(B)352.59º96.43%32.94%-
XYZ3.761.980.56-
YUV28.36119.34167.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 13 (5.47% from 255) = 13%
R=84%
G=3%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8431300.960.850.67352.5993.117.06
Hex543D06055431615d11
Octal124315014012510354113521
Binary10101001111010110000010101011000011101100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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