#54203A

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

Shades of Barossa #54203A

Tints of Barossa #54203A

Color information

#54203A (or 0x54203A) is unknown color: approx Barossa. HEX triplet: 54, 20 and 3A. RGB value is (84,32,58). Sum of RGB (Red+Green+Blue) = 84+32+58=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #54203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54203A is #ABDFC5. Grayscale: #323232. Windows color (decimal): -11263942 or 3809364. OLE color: 3809364.

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

Color convert

RGB843258-
CMYK00.620.310.67
HSL330º44.83%22.75%-
HSV(B)330º61.9%32.94%-
XYZ4.943.224.36-
YUV50.51132.23151.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=48.28%
G=18.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84325800.620.310.6733044.8322.75
Hex54203A03E1F4314a2d17
Octal1244072076371035125527
Binary1010100100000111010011111011111100001110100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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