#552843

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

Shades of Barossa #552843

Tints of Barossa #552843

Color information

#552843 (or 0x552843) is unknown color: approx Barossa. HEX triplet: 55, 28 and 43. RGB value is (85,40,67). Sum of RGB (Red+Green+Blue) = 85+40+67=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552843 is #AAD7BC. Grayscale: #383838. Windows color (decimal): -11196349 or 4401237. OLE color: 4401237.

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

Color convert

RGB854067-
CMYK00.530.210.67
HSL324º36%24.51%-
HSV(B)324º52.94%33.33%-
XYZ5.523.855.76-
YUV56.53133.91148.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=44.27%
G=20.83%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85406700.530.210.673243624.51
Hex55284303515431442419
Octal12550103065251035044431
Binary10101011010001000011011010110101100001110100010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552843; }

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

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

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

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

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

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

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

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