#532B3D

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

Shades of Barossa #532B3D

Tints of Barossa #532B3D

Color information

#532B3D (or 0x532B3D) is unknown color: approx Barossa. HEX triplet: 53, 2B and 3D. RGB value is (83,43,61). Sum of RGB (Red+Green+Blue) = 83+43+61=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3D is #ACD4C2. Grayscale: #383838. Windows color (decimal): -11326659 or 4008787. OLE color: 4008787.

HSL color Cylindrical-coordinate representation of color #532B3D: hue angle of 333º 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 #532B3D is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB834361-
CMYK00.480.270.67
HSL333º31.75%24.71%-
HSV(B)333º48.19%32.55%-
XYZ5.273.94.89-
YUV57.01130.25146.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=44.39%
G=22.99%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83436100.480.270.6733331.7524.71
Hex532B3D0301B4314d2019
Octal1235375060331035154031
Binary1010011101011111101011000011011100001110100110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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