#54051E

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

Shades of Bordeaux #54051E

Tints of Bordeaux #54051E

Color information

#54051E (or 0x54051E) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 1E. RGB value is (84,5,30). Sum of RGB (Red+Green+Blue) = 84+5+30=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051E is #ABFAE1. Grayscale: #1F1F1F. Windows color (decimal): -11270882 or 1967444. OLE color: 1967444.

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

Color convert

RGB84530-
CMYK00.940.640.67
HSL341.01º88.76%17.45%-
HSV(B)341.01º94.05%32.94%-
XYZ3.942.091.42-
YUV31.47127.17165.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=70.59%
G=4.20%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8453000.940.640.67341.0188.7617.45
Hex5451E05E40431555911
Octal124536013610010352513121
Binary1010100101111100101111010000001000011101010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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