#53203B

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

Shades of Barossa #53203B

Tints of Barossa #53203B

Color information

#53203B (or 0x53203B) is unknown color: approx Barossa. HEX triplet: 53, 20 and 3B. RGB value is (83,32,59). Sum of RGB (Red+Green+Blue) = 83+32+59=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203B is #ACDFC4. Grayscale: #323232. Windows color (decimal): -11329477 or 3874899. OLE color: 3874899.

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

Color convert

RGB833259-
CMYK00.610.290.67
HSL328.24º44.35%22.55%-
HSV(B)328.24º61.45%32.55%-
XYZ4.873.194.5-
YUV50.33132.9151.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=47.70%
G=18.39%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83325900.610.290.67328.2444.3522.55
Hex53203B03D1D431482c17
Octal1234073075351035105427
Binary1010011100000111011011110111101100001110100100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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