#552940

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

Shades of Barossa #552940

Tints of Barossa #552940

Color information

#552940 (or 0x552940) is unknown color: approx Barossa. HEX triplet: 55, 29 and 40. RGB value is (85,41,64). Sum of RGB (Red+Green+Blue) = 85+41+64=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552940 is #AAD6BF. Grayscale: #383838. Windows color (decimal): -11196096 or 4204885. OLE color: 4204885.

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

Color convert

RGB854164-
CMYK00.520.250.67
HSL328.64º34.92%24.71%-
HSV(B)328.64º51.76%33.33%-
XYZ5.463.895.31-
YUV56.78132.08148.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=44.74%
G=21.58%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85416400.520.250.67328.6434.9224.71
Hex55294003419431492319
Octal12551100064311035114331
Binary10101011010011000000011010011001100001110100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552940; }

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

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

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

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

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

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

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

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