#533444

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

Shades of Barossa #533444

Tints of Barossa #533444

Color information

#533444 (or 0x533444) is unknown color: approx Barossa. HEX triplet: 53, 34 and 44. RGB value is (83,52,68). Sum of RGB (Red+Green+Blue) = 83+52+68=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533444 is #ACCBBB. Grayscale: #3F3F3F. Windows color (decimal): -11324348 or 4469843. OLE color: 4469843.

HSL color Cylindrical-coordinate representation of color #533444: hue angle of 329.03º 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 #533444 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB835268-
CMYK00.370.180.67
HSL329.03º22.96%26.47%-
HSV(B)329.03º37.35%32.55%-
XYZ5.844.716.07-
YUV63.09130.77142.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=40.89%
G=25.62%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526800.370.180.67329.0322.9626.47
Hex5334440251243149171a
Octal12364104045221035112732
Binary1010011110100100010001001011001010000111010010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533444; }

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

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

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

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

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

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

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

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