#553345

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

Shades of Barossa #553345

Tints of Barossa #553345

Color information

#553345 (or 0x553345) is unknown color: approx Barossa. HEX triplet: 55, 33 and 45. RGB value is (85,51,69). Sum of RGB (Red+Green+Blue) = 85+51+69=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553345 is #AACCBA. Grayscale: #3F3F3F. Windows color (decimal): -11193531 or 4535125. OLE color: 4535125.

HSL color Cylindrical-coordinate representation of color #553345: hue angle of 328.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553345 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB855169-
CMYK00.400.190.67
HSL328.24º25%26.67%-
HSV(B)328.24º40%33.33%-
XYZ64.736.23-
YUV63.22131.26143.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=41.46%
G=24.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85516900.400.190.67328.242526.67
Hex5533450281343148191b
Octal12563105050231035103133
Binary1010101110011100010101010001001110000111010010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553345; }

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

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

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

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

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

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

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

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