#52293B

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

Shades of Barossa #52293B

Tints of Barossa #52293B

Color information

#52293B (or 0x52293B) is unknown color: approx Barossa. HEX triplet: 52, 29 and 3B. RGB value is (82,41,59). Sum of RGB (Red+Green+Blue) = 82+41+59=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52293B is #ADD6C4. Grayscale: #373737. Windows color (decimal): -11392709 or 3877202. OLE color: 3877202.

HSL color Cylindrical-coordinate representation of color #52293B: hue angle of 333.66º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52293B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB824159-
CMYK00.500.280.68
HSL333.66º33.33%24.12%-
HSV(B)333.66º50%32.16%-
XYZ5.063.74.58-
YUV55.31130.08147.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=45.05%
G=22.53%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415900.500.280.68333.6633.3324.12
Hex52293B0321C4414e2118
Octal1225173062341045164130
Binary1010010101001111011011001011100100010010100111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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