#52213B

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

Shades of Barossa #52213B

Tints of Barossa #52213B

Color information

#52213B (or 0x52213B) is unknown color: approx Barossa. HEX triplet: 52, 21 and 3B. RGB value is (82,33,59). Sum of RGB (Red+Green+Blue) = 82+33+59=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213B is #ADDEC4. Grayscale: #323232. Windows color (decimal): -11394757 or 3875154. OLE color: 3875154.

HSL color Cylindrical-coordinate representation of color #52213B: hue angle of 328.16º 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 #52213B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB823359-
CMYK00.600.280.68
HSL328.16º42.61%22.55%-
HSV(B)328.16º59.76%32.16%-
XYZ4.813.24.5-
YUV50.61132.73150.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=47.13%
G=18.97%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82335900.600.280.68328.1642.6122.55
Hex52213B03C1C441482b17
Octal1224173074341045105327
Binary1010010100001111011011110011100100010010100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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