#52283C

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

Shades of Barossa #52283C

Tints of Barossa #52283C

Color information

#52283C (or 0x52283C) is unknown color: approx Barossa. HEX triplet: 52, 28 and 3C. RGB value is (82,40,60). Sum of RGB (Red+Green+Blue) = 82+40+60=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52283C is #ADD7C3. Grayscale: #363636. Windows color (decimal): -11392964 or 3942482. OLE color: 3942482.

HSL color Cylindrical-coordinate representation of color #52283C: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52283C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB824060-
CMYK00.510.270.68
HSL331.43º34.43%23.92%-
HSV(B)331.43º51.22%32.16%-
XYZ5.053.644.71-
YUV54.84130.91147.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=45.05%
G=21.98%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82406000.510.270.68331.4334.4323.92
Hex52283C0331B4414b2218
Octal1225074063331045134230
Binary1010010101000111100011001111011100010010100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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