#52243A

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

Shades of Barossa #52243A

Tints of Barossa #52243A

Color information

#52243A (or 0x52243A) is unknown color: approx Barossa. HEX triplet: 52, 24 and 3A. RGB value is (82,36,58). Sum of RGB (Red+Green+Blue) = 82+36+58=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52243A is #ADDBC5. Grayscale: #343434. Windows color (decimal): -11393990 or 3810386. OLE color: 3810386.

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

Color convert

RGB823658-
CMYK00.560.290.68
HSL331.3º38.98%23.14%-
HSV(B)331.3º56.1%32.16%-
XYZ4.873.364.39-
YUV52.26131.24149.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=46.59%
G=20.45%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82365800.560.290.68331.338.9823.14
Hex52243A0381D4414b2717
Octal1224472070351045134727
Binary1010010100100111010011100011101100010010100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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