#52243C

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

Shades of Barossa #52243C

Tints of Barossa #52243C

Color information

#52243C (or 0x52243C) is unknown color: approx Barossa. HEX triplet: 52, 24 and 3C. RGB value is (82,36,60). Sum of RGB (Red+Green+Blue) = 82+36+60=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52243C is #ADDBC3. Grayscale: #343434. Windows color (decimal): -11393988 or 3941458. OLE color: 3941458.

HSL color Cylindrical-coordinate representation of color #52243C: hue angle of 328.7º 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 #52243C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB823660-
CMYK00.560.270.68
HSL328.7º38.98%23.14%-
HSV(B)328.7º56.1%32.16%-
XYZ4.933.384.67-
YUV52.49132.24149.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=46.07%
G=20.22%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82366000.560.270.68328.738.9823.14
Hex52243C0381B441492717
Octal1224474070331045114727
Binary1010010100100111100011100011011100010010100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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