#552942

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

Shades of Barossa #552942

Tints of Barossa #552942

Color information

#552942 (or 0x552942) is unknown color: approx Barossa. HEX triplet: 55, 29 and 42. RGB value is (85,41,66). Sum of RGB (Red+Green+Blue) = 85+41+66=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552942 is #AAD6BD. Grayscale: #383838. Windows color (decimal): -11196094 or 4335957. OLE color: 4335957.

HSL color Cylindrical-coordinate representation of color #552942: hue angle of 325.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552942 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB854166-
CMYK00.520.220.67
HSL325.91º34.92%24.71%-
HSV(B)325.91º51.76%33.33%-
XYZ5.523.915.62-
YUV57.01133.08147.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=44.27%
G=21.35%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85416600.520.220.67325.9134.9224.71
Hex55294203416431462319
Octal12551102064261035064331
Binary10101011010011000010011010010110100001110100011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552942; }

 p { color: rgb(85,41,66); }

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

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

 a { background-color: rgb(85,41,66); }

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

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

 span { border-color: rgb(85,41,66); }

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