#54203C

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

Shades of Barossa #54203C

Tints of Barossa #54203C

Color information

#54203C (or 0x54203C) is unknown color: approx Barossa. HEX triplet: 54, 20 and 3C. RGB value is (84,32,60). Sum of RGB (Red+Green+Blue) = 84+32+60=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54203C is #ABDFC3. Grayscale: #323232. Windows color (decimal): -11263940 or 3940436. OLE color: 3940436.

HSL color Cylindrical-coordinate representation of color #54203C: hue angle of 327.69º 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 #54203C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB843260-
CMYK00.620.290.67
HSL327.69º44.83%22.75%-
HSV(B)327.69º61.9%32.94%-
XYZ4.993.244.64-
YUV50.74133.23151.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=47.73%
G=18.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84326000.620.290.67327.6944.8322.75
Hex54203C03E1D431482d17
Octal1244074076351035105527
Binary1010100100000111100011111011101100001110100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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