#553346

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

Shades of Barossa #553346

Tints of Barossa #553346

Color information

#553346 (or 0x553346) is unknown color: approx Barossa. HEX triplet: 55, 33 and 46. RGB value is (85,51,70). Sum of RGB (Red+Green+Blue) = 85+51+70=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553346 is #AACCB9. Grayscale: #3F3F3F. Windows color (decimal): -11193530 or 4600661. OLE color: 4600661.

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

Color convert

RGB855170-
CMYK00.400.180.67
HSL326.47º25%26.67%-
HSV(B)326.47º40%33.33%-
XYZ6.044.746.39-
YUV63.33131.76143.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=41.26%
G=24.76%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85517000.400.180.67326.472526.67
Hex5533460281243146191b
Octal12563106050221035063133
Binary1010101110011100011001010001001010000111010001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553346; }

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

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

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

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

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

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

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

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