#553446

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

Shades of Barossa #553446

Tints of Barossa #553446

Color information

#553446 (or 0x553446) is unknown color: approx Barossa. HEX triplet: 55, 34 and 46. RGB value is (85,52,70). Sum of RGB (Red+Green+Blue) = 85+52+70=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553446 is #AACBB9. Grayscale: #3F3F3F. Windows color (decimal): -11193274 or 4600917. OLE color: 4600917.

HSL color Cylindrical-coordinate representation of color #553446: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553446 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB855270-
CMYK00.390.180.67
HSL327.27º24.09%26.86%-
HSV(B)327.27º38.82%33.33%-
XYZ6.084.836.41-
YUV63.92131.43143.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=41.06%
G=25.12%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85527000.390.180.67327.2724.0926.86
Hex5534460271243147181b
Octal12564106047221035073033
Binary1010101110100100011001001111001010000111010001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553446; }

 p { color: rgb(85,52,70); }

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

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

 a { background-color: rgb(85,52,70); }

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

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

 span { border-color: rgb(85,52,70); }

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