#532842

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

Shades of Barossa #532842

Tints of Barossa #532842

Color information

#532842 (or 0x532842) is unknown color: approx Barossa. HEX triplet: 53, 28 and 42. RGB value is (83,40,66). Sum of RGB (Red+Green+Blue) = 83+40+66=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532842 is #ACD7BD. Grayscale: #373737. Windows color (decimal): -11327422 or 4335699. OLE color: 4335699.

HSL color Cylindrical-coordinate representation of color #532842: hue angle of 323.72º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532842 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB834066-
CMYK00.520.200.67
HSL323.72º34.96%24.12%-
HSV(B)323.72º51.81%32.55%-
XYZ5.313.755.6-
YUV55.82133.75147.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=43.92%
G=21.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83406600.520.200.67323.7234.9624.12
Hex53284203414431442318
Octal12350102064241035044330
Binary10100111010001000010011010010100100001110100010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532842; }

 p { color: rgb(83,40,66); }

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

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

 a { background-color: rgb(83,40,66); }

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

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

 span { border-color: rgb(83,40,66); }

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