#52203D

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

Shades of Barossa #52203D

Tints of Barossa #52203D

Color information

#52203D (or 0x52203D) is unknown color: approx Barossa. HEX triplet: 52, 20 and 3D. RGB value is (82,32,61). Sum of RGB (Red+Green+Blue) = 82+32+61=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203D is #ADDFC2. Grayscale: #323232. Windows color (decimal): -11395011 or 4005970. OLE color: 4005970.

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

Color convert

RGB823261-
CMYK00.610.260.68
HSL325.2º43.86%22.35%-
HSV(B)325.2º60.98%32.16%-
XYZ4.843.164.77-
YUV50.26134.06150.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=46.86%
G=18.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82326100.610.260.68325.243.8622.35
Hex52203D03D1A441452c16
Octal1224075075321045055426
Binary1010010100000111101011110111010100010010100010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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