#553445

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

Shades of Barossa #553445

Tints of Barossa #553445

Color information

#553445 (or 0x553445) is unknown color: approx Barossa. HEX triplet: 55, 34 and 45. RGB value is (85,52,69). Sum of RGB (Red+Green+Blue) = 85+52+69=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553445 is #AACBBA. Grayscale: #3F3F3F. Windows color (decimal): -11193275 or 4535381. OLE color: 4535381.

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

Color convert

RGB855269-
CMYK00.390.190.67
HSL329.09º24.09%26.86%-
HSV(B)329.09º38.82%33.33%-
XYZ6.054.826.24-
YUV63.8130.93143.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=41.26%
G=25.24%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85526900.390.190.67329.0924.0926.86
Hex5534450271343149181b
Octal12564105047231035113033
Binary1010101110100100010101001111001110000111010010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553445; }

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

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

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

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

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

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

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

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