#54213A

Color #54213A Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #54213A

Tints of Barossa #54213A

Color information

#54213A (or 0x54213A) is unknown color: approx Barossa. HEX triplet: 54, 21 and 3A. RGB value is (84,33,58). Sum of RGB (Red+Green+Blue) = 84+33+58=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54213A is #ABDEC5. Grayscale: #333333. Windows color (decimal): -11263686 or 3809620. OLE color: 3809620.

HSL color Cylindrical-coordinate representation of color #54213A: hue angle of 330.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54213A is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB843358-
CMYK00.610.310.67
HSL330.59º43.59%22.94%-
HSV(B)330.59º60.71%32.94%-
XYZ4.963.284.37-
YUV51.1131.9151.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=48%
G=18.86%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84335800.610.310.67330.5943.5922.94
Hex54213A03D1F4314b2c17
Octal1244172075371035135427
Binary1010100100001111010011110111111100001110100101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54213A; }

 p { color: rgb(84,33,58); }

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

<style>
 a { background-color: #54213A; }

 a { background-color: rgb(84,33,58); }

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

<style>
 span { border-color: #54213A; }

 span { border-color: rgb(84,33,58); }

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