#533442

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

Shades of Barossa #533442

Tints of Barossa #533442

Color information

#533442 (or 0x533442) is unknown color: approx Barossa. HEX triplet: 53, 34 and 42. RGB value is (83,52,66). Sum of RGB (Red+Green+Blue) = 83+52+66=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533442 is #ACCBBD. Grayscale: #3E3E3E. Windows color (decimal): -11324350 or 4338771. OLE color: 4338771.

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

Color convert

RGB835266-
CMYK00.370.200.67
HSL332.9º22.96%26.47%-
HSV(B)332.9º37.35%32.55%-
XYZ5.784.695.75-
YUV62.86129.77142.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=41.29%
G=25.87%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526600.370.200.67332.922.9626.47
Hex533442025144314d171a
Octal12364102045241035152732
Binary1010011110100100001001001011010010000111010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533442; }

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

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

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

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

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

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

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

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