#532942

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

Shades of Barossa #532942

Tints of Barossa #532942

Color information

#532942 (or 0x532942) is unknown color: approx Barossa. HEX triplet: 53, 29 and 42. RGB value is (83,41,66). Sum of RGB (Red+Green+Blue) = 83+41+66=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532942 is #ACD6BD. Grayscale: #383838. Windows color (decimal): -11327166 or 4335955. OLE color: 4335955.

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

Color convert

RGB834166-
CMYK00.510.200.67
HSL324.29º33.87%24.31%-
HSV(B)324.29º50.6%32.55%-
XYZ5.343.825.61-
YUV56.41133.41146.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=43.68%
G=21.58%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416600.510.200.67324.2933.8724.31
Hex53294203314431442218
Octal12351102063241035044230
Binary10100111010011000010011001110100100001110100010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532942; }

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

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

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

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

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

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

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

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