#54042D

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

Shades of Tyrian Purple #54042D

Tints of Tyrian Purple #54042D

Color information

#54042D (or 0x54042D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 2D. RGB value is (84,4,45). Sum of RGB (Red+Green+Blue) = 84+4+45=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54042D is #ABFBD2. Grayscale: #202020. Windows color (decimal): -11271123 or 2950228. OLE color: 2950228.

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

Color convert

RGB84445-
CMYK00.950.460.67
HSL329.25º90.91%17.25%-
HSV(B)329.25º95.24%32.94%-
XYZ4.172.162.68-
YUV32.59135164.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=63.16%
G=3.01%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8444500.950.460.67329.2590.9117.25
Hex5442D05F2E431495b11
Octal12445501375610351113321
Binary1010100100101101010111111011101000011101001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,4,45); }

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

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

 a { background-color: rgb(84,4,45); }

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

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

 span { border-color: rgb(84,4,45); }

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