#52213E

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

Shades of Barossa #52213E

Tints of Barossa #52213E

Color information

#52213E (or 0x52213E) is unknown color: approx Barossa. HEX triplet: 52, 21 and 3E. RGB value is (82,33,62). Sum of RGB (Red+Green+Blue) = 82+33+62=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213E is #ADDEC1. Grayscale: #323232. Windows color (decimal): -11394754 or 4071762. OLE color: 4071762.

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

Color convert

RGB823362-
CMYK00.600.240.68
HSL324.49º42.61%22.55%-
HSV(B)324.49º59.76%32.16%-
XYZ4.893.234.92-
YUV50.96134.23150.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=46.33%
G=18.64%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82336200.600.240.68324.4942.6122.55
Hex52213E03C18441442b17
Octal1224176074301045045327
Binary1010010100001111110011110011000100010010100010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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