#53203D

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

Shades of Barossa #53203D

Tints of Barossa #53203D

Color information

#53203D (or 0x53203D) is unknown color: approx Barossa. HEX triplet: 53, 20 and 3D. RGB value is (83,32,61). Sum of RGB (Red+Green+Blue) = 83+32+61=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203D is #ACDFC2. Grayscale: #323232. Windows color (decimal): -11329475 or 4005971. OLE color: 4005971.

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

Color convert

RGB833261-
CMYK00.610.270.67
HSL325.88º44.35%22.55%-
HSV(B)325.88º61.45%32.55%-
XYZ4.933.214.77-
YUV50.56133.9151.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=47.16%
G=18.18%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83326100.610.270.67325.8844.3522.55
Hex53203D03D1B431462c17
Octal1234075075331035065427
Binary1010011100000111101011110111011100001110100011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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