#54030E

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

Shades of Bordeaux #54030E

Tints of Bordeaux #54030E

Color information

#54030E (or 0x54030E) is unknown color: approx Bordeaux. HEX triplet: 54, 03 and 0E. RGB value is (84,3,14). Sum of RGB (Red+Green+Blue) = 84+3+14=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #54030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030E is #ABFCF1. Grayscale: #1C1C1C. Windows color (decimal): -11271410 or 918356. OLE color: 918356.

HSL color Cylindrical-coordinate representation of color #54030E: hue angle of 351.85º 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 #54030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB84314-
CMYK00.960.830.67
HSL351.85º93.1%17.06%-
HSV(B)351.85º96.43%32.94%-
XYZ3.771.980.6-
YUV28.47119.84167.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 83.17%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=83.17%
G=2.97%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8431400.960.830.67351.8593.117.06
Hex543E06053431605d11
Octal124316014012310354013521
Binary10101001111100110000010100111000011101100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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