#552A41

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

Shades of Barossa #552A41

Tints of Barossa #552A41

Color information

#552A41 (or 0x552A41) is unknown color: approx Barossa. HEX triplet: 55, 2A and 41. RGB value is (85,42,65). Sum of RGB (Red+Green+Blue) = 85+42+65=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A41 is #AAD5BE. Grayscale: #393939. Windows color (decimal): -11195839 or 4270677. OLE color: 4270677.

HSL color Cylindrical-coordinate representation of color #552A41: hue angle of 327.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A41 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB854265-
CMYK00.510.240.67
HSL327.91º33.86%24.9%-
HSV(B)327.91º50.59%33.33%-
XYZ5.533.975.48-
YUV57.48132.25147.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=44.27%
G=21.88%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85426500.510.240.67327.9133.8624.9
Hex552A4103318431482219
Octal12552101063301035104231
Binary10101011010101000001011001111000100001110100100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A41; }

 p { color: rgb(85,42,65); }

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

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

 a { background-color: rgb(85,42,65); }

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

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

 span { border-color: rgb(85,42,65); }

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