#55213C

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

Shades of Barossa #55213C

Tints of Barossa #55213C

Color information

#55213C (or 0x55213C) is unknown color: approx Barossa. HEX triplet: 55, 21 and 3C. RGB value is (85,33,60). Sum of RGB (Red+Green+Blue) = 85+33+60=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55213C is #AADEC3. Grayscale: #333333. Windows color (decimal): -11198148 or 3940693. OLE color: 3940693.

HSL color Cylindrical-coordinate representation of color #55213C: hue angle of 328.85º 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 #55213C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB853360-
CMYK00.610.290.67
HSL328.85º44.07%23.14%-
HSV(B)328.85º61.18%33.33%-
XYZ5.113.354.65-
YUV51.63132.73151.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=47.75%
G=18.54%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85336000.610.290.67328.8544.0723.14
Hex55213C03D1D431492c17
Octal1254174075351035115427
Binary1010101100001111100011110111101100001110100100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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