#552842

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

Shades of Barossa #552842

Tints of Barossa #552842

Color information

#552842 (or 0x552842) is unknown color: approx Barossa. HEX triplet: 55, 28 and 42. RGB value is (85,40,66). Sum of RGB (Red+Green+Blue) = 85+40+66=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552842 is #AAD7BD. Grayscale: #383838. Windows color (decimal): -11196350 or 4335701. OLE color: 4335701.

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

Color convert

RGB854066-
CMYK00.530.220.67
HSL325.33º36%24.51%-
HSV(B)325.33º52.94%33.33%-
XYZ5.493.845.61-
YUV56.42133.41148.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=44.50%
G=20.94%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85406600.530.220.67325.333624.51
Hex55284203516431452419
Octal12550102065261035054431
Binary10101011010001000010011010110110100001110100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552842; }

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

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

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

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

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

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

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

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