#532B42

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

Shades of Barossa #532B42

Tints of Barossa #532B42

Color information

#532B42 (or 0x532B42) is unknown color: approx Barossa. HEX triplet: 53, 2B and 42. RGB value is (83,43,66). Sum of RGB (Red+Green+Blue) = 83+43+66=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B42 is #ACD4BD. Grayscale: #393939. Windows color (decimal): -11326654 or 4336467. OLE color: 4336467.

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

Color convert

RGB834366-
CMYK00.480.200.67
HSL325.5º31.75%24.71%-
HSV(B)325.5º48.19%32.55%-
XYZ5.413.965.63-
YUV57.58132.75146.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=43.23%
G=22.40%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83436600.480.200.67325.531.7524.71
Hex532B4203014431462019
Octal12353102060241035064031
Binary10100111010111000010011000010100100001110100011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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