#52213A

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

Shades of Barossa #52213A

Tints of Barossa #52213A

Color information

#52213A (or 0x52213A) is unknown color: approx Barossa. HEX triplet: 52, 21 and 3A. RGB value is (82,33,58). Sum of RGB (Red+Green+Blue) = 82+33+58=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213A is #ADDEC5. Grayscale: #323232. Windows color (decimal): -11394758 or 3809618. OLE color: 3809618.

HSL color Cylindrical-coordinate representation of color #52213A: hue angle of 329.39º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52213A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB823358-
CMYK00.600.290.68
HSL329.39º42.61%22.55%-
HSV(B)329.39º59.76%32.16%-
XYZ4.793.194.37-
YUV50.5132.23150.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=47.40%
G=19.08%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82335800.600.290.68329.3942.6122.55
Hex52213A03C1D441492b17
Octal1224172074351045115327
Binary1010010100001111010011110011101100010010100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52213A; }

 p { color: rgb(82,33,58); }

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

<style>
 a { background-color: #52213A; }

 a { background-color: rgb(82,33,58); }

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

<style>
 span { border-color: #52213A; }

 span { border-color: rgb(82,33,58); }

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