#553043

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

Shades of Barossa #553043

Tints of Barossa #553043

Color information

#553043 (or 0x553043) is unknown color: approx Barossa. HEX triplet: 55, 30 and 43. RGB value is (85,48,67). Sum of RGB (Red+Green+Blue) = 85+48+67=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553043 is #AACFBC. Grayscale: #3D3D3D. Windows color (decimal): -11194301 or 4403285. OLE color: 4403285.

HSL color Cylindrical-coordinate representation of color #553043: hue angle of 329.19º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553043 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB854867-
CMYK00.440.210.67
HSL329.19º27.82%26.08%-
HSV(B)329.19º43.53%33.33%-
XYZ5.824.455.86-
YUV61.23131.26144.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=42.5%
G=24%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85486700.440.210.67329.1927.8226.08
Hex55304302C15431491c1a
Octal12560103054251035113432
Binary1010101110000100001101011001010110000111010010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553043; }

 p { color: rgb(85,48,67); }

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

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

 a { background-color: rgb(85,48,67); }

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

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

 span { border-color: rgb(85,48,67); }

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