#532D42

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

Shades of Barossa #532D42

Tints of Barossa #532D42

Color information

#532D42 (or 0x532D42) is unknown color: approx Barossa. HEX triplet: 53, 2D and 42. RGB value is (83,45,66). Sum of RGB (Red+Green+Blue) = 83+45+66=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D42 is #ACD2BD. Grayscale: #3A3A3A. Windows color (decimal): -11326142 or 4336979. OLE color: 4336979.

HSL color Cylindrical-coordinate representation of color #532D42: hue angle of 326.84º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D42 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB834566-
CMYK00.460.200.67
HSL326.84º29.69%25.1%-
HSV(B)326.84º45.78%32.55%-
XYZ5.494.115.66-
YUV58.76132.09145.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=42.78%
G=23.20%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83456600.460.200.67326.8429.6925.1
Hex532D4202E14431471e19
Octal12355102056241035073631
Binary1010011101101100001001011101010010000111010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D42; }

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

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

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

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

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

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

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

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