#53203C

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

Shades of Barossa #53203C

Tints of Barossa #53203C

Color information

#53203C (or 0x53203C) is unknown color: approx Barossa. HEX triplet: 53, 20 and 3C. RGB value is (83,32,60). Sum of RGB (Red+Green+Blue) = 83+32+60=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203C is #ACDFC3. Grayscale: #323232. Windows color (decimal): -11329476 or 3940435. OLE color: 3940435.

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

Color convert

RGB833260-
CMYK00.610.280.67
HSL327.06º44.35%22.55%-
HSV(B)327.06º61.45%32.55%-
XYZ4.93.24.63-
YUV50.44133.4151.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=47.43%
G=18.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83326000.610.280.67327.0644.3522.55
Hex53203C03D1C431472c17
Octal1234074075341035075427
Binary1010011100000111100011110111100100001110100011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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