#53203A

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

Shades of Barossa #53203A

Tints of Barossa #53203A

Color information

#53203A (or 0x53203A) is unknown color: approx Barossa. HEX triplet: 53, 20 and 3A. RGB value is (83,32,58). Sum of RGB (Red+Green+Blue) = 83+32+58=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #53203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203A is #ACDFC5. Grayscale: #323232. Windows color (decimal): -11329478 or 3809363. OLE color: 3809363.

HSL color Cylindrical-coordinate representation of color #53203A: hue angle of 329.41º 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 #53203A is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB833258-
CMYK00.610.300.67
HSL329.41º44.35%22.55%-
HSV(B)329.41º61.45%32.55%-
XYZ4.853.184.36-
YUV50.21132.4151.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=47.98%
G=18.50%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83325800.610.300.67329.4144.3522.55
Hex53203A03D1E431492c17
Octal1234072075361035115427
Binary1010011100000111010011110111110100001110100100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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