#55213E

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

Shades of Barossa #55213E

Tints of Barossa #55213E

Color information

#55213E (or 0x55213E) is unknown color: approx Barossa. HEX triplet: 55, 21 and 3E. RGB value is (85,33,62). Sum of RGB (Red+Green+Blue) = 85+33+62=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55213E is #AADEC1. Grayscale: #333333. Windows color (decimal): -11198146 or 4071765. OLE color: 4071765.

HSL color Cylindrical-coordinate representation of color #55213E: hue angle of 326.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55213E is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB853362-
CMYK00.610.270.67
HSL326.54º44.07%23.14%-
HSV(B)326.54º61.18%33.33%-
XYZ5.163.374.94-
YUV51.85133.73151.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=47.22%
G=18.33%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85336200.610.270.67326.5444.0723.14
Hex55213E03D1B431472c17
Octal1254176075331035075427
Binary1010101100001111110011110111011100001110100011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55213E; }

 p { color: rgb(85,33,62); }

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

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

 a { background-color: rgb(85,33,62); }

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

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

 span { border-color: rgb(85,33,62); }

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