#52203B

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

Shades of Barossa #52203B

Tints of Barossa #52203B

Color information

#52203B (or 0x52203B) is unknown color: approx Barossa. HEX triplet: 52, 20 and 3B. RGB value is (82,32,59). Sum of RGB (Red+Green+Blue) = 82+32+59=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203B is #ADDFC4. Grayscale: #313131. Windows color (decimal): -11395013 or 3874898. OLE color: 3874898.

HSL color Cylindrical-coordinate representation of color #52203B: hue angle of 327.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52203B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB823259-
CMYK00.610.280.68
HSL327.6º43.86%22.35%-
HSV(B)327.6º60.98%32.16%-
XYZ4.793.144.49-
YUV50.03133.06150.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=47.40%
G=18.50%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82325900.610.280.68327.643.8622.35
Hex52203B03D1C441482c16
Octal1224073075341045105426
Binary1010010100000111011011110111100100010010100100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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